summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2021-12-09 23:09:29 +0200
committerAdrian Perez de Castro2021-12-09 23:13:18 +0200
commit4199586d3a0b0fdd191f9607409efaf12d6ec42b (patch)
tree916981584ecbe62ef13b1b64548b1080ba8ba955
parentf7ee8374f5278759fb2fc86a82f3bed2e7a8671f (diff)
downloadaur-4199586d3a0b0fdd191f9607409efaf12d6ec42b.tar.gz
Add depends=vulkan-validation-layers
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 660c9bbc2e4c..0d5b32b3d881 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library (git version)
- pkgver = 0.14.0.r330.gd1b75674
+ pkgver = 0.14.0.r439.g0fcc8422
pkgrel = 1
url = https://gitlab.freedesktop.org/wlroots/wlroots
arch = x86_64
@@ -22,6 +22,7 @@ pkgbase = wlroots-git
depends = xcb-util-wm
depends = seatd
depends = vulkan-icd-loader
+ depends = vulkan-validation-layers
depends = xorg-xwayland
provides = libwlroots.so
provides = wlroots=0.14.0
diff --git a/PKGBUILD b/PKGBUILD
index 98963cea0c93..daa668e4e348 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.r330.gd1b75674
+pkgver=0.14.0.r439.g0fcc8422
pkgrel=1
license=(custom:MIT)
pkgdesc='Modular Wayland compositor library (git version)'
@@ -23,6 +23,7 @@ depends=(
xcb-util-wm
seatd
vulkan-icd-loader
+ vulkan-validation-layers
xorg-xwayland)
makedepends=(
git