summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2022-03-13 20:20:32 +0100
committerNarrat2022-03-13 20:20:32 +0100
commitfea0e82f2d0ccebd2c73969086cc8e25339fd5f3 (patch)
tree8457525cae02ade4b8fa26e53c6d3ee8d6743945 /PKGBUILD
parentcbc2a09fe7913ad24fb2b573a5f64907aa592673 (diff)
downloadaur-fea0e82f2d0ccebd2c73969086cc8e25339fd5f3.tar.gz
labwc-git: change wlroots version
upstream introduced changes which requires features from wlroots-git. For the time being I simply changed the version requirements. If that is to much hassle I will change the dep to wlroots-git again.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f48a86794c6..e944e91c9365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='stacking wayland compositor with look and feel from openbox (git versio
url="https://github.com/labwc/labwc"
arch=('x86_64')
license=('GPL2')
-depends=('pango' 'seatd' 'wlroots>=0.15' 'wlroots<0.16' 'wayland' 'wayland-protocols' 'xorg-xwayland')
+depends=('pango' 'seatd' 'wlroots>=0.16' 'wlroots<0.17' 'wayland' 'wayland-protocols' 'xorg-xwayland')
makedepends=('git' 'meson' 'scdoc')
optdepends=("bemenu: default launcher via Alt+F3")
conflicts=(labwc)