summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentddff6eab8fb529b3f7ce80ee1f5c5bb0c1052548 (diff)
downloadaur-b68be6c9ef0bab9557153f8d714bce0cf7f317d6.tar.gz
Depend on glslang, vulkan-icd-loader, vulkan-headers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
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}")