summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwan2023-01-01 18:36:35 +0000
committerFrederik Schwan2023-01-01 18:36:35 +0000
commit77e53c7964e035a962b6bac06b47ed5c2ae4b183 (patch)
tree082169f4f0916314f506c0caa7fa6e73a259e9cb
parent132ef5b56dd05f3816ca7bbb4e0dbf0357fe3994 (diff)
downloadaur-77e53c7964e035a962b6bac06b47ed5c2ae4b183.tar.gz
wlroots 0.16 rebuild against wlroots 0.15
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e6d99af3f84..37023d7d2c05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gamescope
pkgver=3.11.48
-pkgrel=2
+pkgrel=3
pkgdesc='SteamOS session compositing window manager'
arch=(x86_64)
url=https://github.com/Plagman/gamescope
@@ -18,7 +18,7 @@ depends=(
libliftoff.so
libpipewire-0.3.so
libvulkan.so
- libwlroots.so
+ libwlroots.so=10
libx11
libxcomposite
libxdamage
@@ -33,7 +33,6 @@ depends=(
vulkan-icd-loader
wayland
wayland-protocols
- wlroots
xorg-server-xwayland
)
makedepends=(
@@ -58,6 +57,7 @@ pkgver() {
}
build() {
+ export PKG_CONFIG_PATH='/usr/lib/wlroots0.15/pkgconfig'
export LDFLAGS="$LDFLAGS -lrt"
arch-meson gamescope build \
-Dforce_fallback_for=stb \