summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2021-10-18 17:49:56 +0200
committerAntonin Décimo2021-10-18 17:49:56 +0200
commitb68be6c9ef0bab9557153f8d714bce0cf7f317d6 (patch)
treeb0f49c3837db5ac032cd69ead36430843a768a9e
parentddff6eab8fb529b3f7ce80ee1f5c5bb0c1052548 (diff)
downloadaur-b68be6c9ef0bab9557153f8d714bce0cf7f317d6.tar.gz
Depend on glslang, vulkan-icd-loader, vulkan-headers
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f02f0307ad03..6e4314d16948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library (git version)
- pkgver = 0.14.0.r259.g59fa3637
+ pkgver = 0.14.0.r303.gf7ea33da
pkgrel = 1
url = https://github.com/swaywm/wlroots
arch = x86_64
license = custom:MIT
makedepends = git
makedepends = meson
+ makedepends = vulkan-headers
makedepends = wayland-protocols
makedepends = xorgproto
+ depends = glslang
depends = libinput
depends = libxcb
depends = libxkbcommon
@@ -19,6 +21,7 @@ pkgbase = wlroots-git
depends = xcb-util-renderutil
depends = xcb-util-wm
depends = seatd
+ depends = vulkan-icd-loader
depends = xorg-xwayland
provides = libwlroots.so
provides = wlroots=0.14.0
diff --git a/PKGBUILD b/PKGBUILD
index 1d91a8bf3674..66200127e835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
pkgname=wlroots-git
-pkgver=0.14.0.r259.g59fa3637
+pkgver=0.14.0.r303.gf7ea33da
pkgrel=1
license=(custom:MIT)
pkgdesc='Modular Wayland compositor library (git version)'
@@ -11,6 +11,7 @@ provides=("libwlroots.so" "wlroots=${pkgver%%.r*}")
conflicts=(wlroots)
options=(debug)
depends=(
+ glslang
libinput
libxcb
libxkbcommon
@@ -21,10 +22,12 @@ depends=(
xcb-util-renderutil
xcb-util-wm
seatd
+ vulkan-icd-loader
xorg-xwayland)
makedepends=(
git
meson
+ vulkan-headers
wayland-protocols
xorgproto)
source=("${pkgname}::git+${url}")