Date: Sunday, January 1, 2023 @ 18:36:35 Author: freswa Revision: 1372804
wlroots 0.16 rebuild against wlroots 0.15 Modified: gamescope/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-01 16:53:28 UTC (rev 1372803) +++ PKGBUILD 2023-01-01 18:36:35 UTC (rev 1372804) @@ -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 @@ libliftoff.so libpipewire-0.3.so libvulkan.so - libwlroots.so + libwlroots.so=10 libx11 libxcomposite libxdamage @@ -33,7 +33,6 @@ vulkan-icd-loader wayland wayland-protocols - wlroots xorg-server-xwayland ) makedepends=( @@ -58,6 +57,7 @@ } build() { + export PKG_CONFIG_PATH='/usr/lib/wlroots0.15/pkgconfig' export LDFLAGS="$LDFLAGS -lrt" arch-meson gamescope build \ -Dforce_fallback_for=stb \
