From 5e7bc88985cdbfd9fff45fb19f6b66248ecd8349 Mon Sep 17 00:00:00 2001 From: Matthew Anderson Date: Mon, 20 May 2024 11:12:11 -0500 Subject: [PATCH] Change buld options for gamescope-plus PKGBUILD --- pkgs/gamescope-plus/PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/gamescope-plus/PKGBUILD b/pkgs/gamescope-plus/PKGBUILD index 5e2c0d6c..73a9e372 100644 --- a/pkgs/gamescope-plus/PKGBUILD +++ b/pkgs/gamescope-plus/PKGBUILD @@ -7,7 +7,7 @@ _pkgname=gamescope pkgname=gamescope-plus-git -pkgver=3.14.3.71.ge3e8743 +pkgver=3.14.3.84.gdfe2857 pkgrel=1 pkgdesc='SteamOS session compositing window manager with added patches' arch=(x86_64) @@ -99,9 +99,7 @@ build() { export LDFLAGS="$LDFLAGS -lrt" arch-meson gamescope build \ -Dforce_fallback_for=stb,libliftoff,wlroots \ - -Dpipewire=enabled \ - -Dwlroots:backends=drm,libinput,x11 \ - -Dwlroots:renderers=gles2,vulkan + -Dpipewire=enabled ninja -C build }