diff options
author | Frederik Schwan | 2023-01-01 18:36:35 +0000 |
---|---|---|
committer | Frederik Schwan | 2023-01-01 18:36:35 +0000 |
commit | 77e53c7964e035a962b6bac06b47ed5c2ae4b183 (patch) | |
tree | 082169f4f0916314f506c0caa7fa6e73a259e9cb | |
parent | 132ef5b56dd05f3816ca7bbb4e0dbf0357fe3994 (diff) | |
download | aur-77e53c7964e035a962b6bac06b47ed5c2ae4b183.tar.gz |
wlroots 0.16 rebuild against wlroots 0.15
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 \ |