From c71c8fdf3102ae04401195464250cb8f1ab8f266 Mon Sep 17 00:00:00 2001 From: Bouke Sybren Haarsma Date: Tue, 12 Mar 2024 07:24:47 +0100 Subject: [PATCH] disable openvr support in gamescope --- pkgs/gamescope-plus-git/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/gamescope-plus-git/PKGBUILD b/pkgs/gamescope-plus-git/PKGBUILD index 6ff2d5020..33849c1f8 100644 --- a/pkgs/gamescope-plus-git/PKGBUILD +++ b/pkgs/gamescope-plus-git/PKGBUILD @@ -99,12 +99,13 @@ build() { arch-meson gamescope build \ -Dforce_fallback_for=stb,libliftoff,wlroots \ -Dpipewire=enabled \ + -Denable_openvr_support=false \ -Dwlroots:backends=drm,libinput,x11 \ -Dwlroots:renderers=gles2,vulkan ninja -C build } -package() { +package() {-Denable_openvr_support=false install -d "$pkgdir"/usr/share/gamescope/reshade cp -r "$srcdir"/GamescopeShaders/* "$pkgdir"/usr/share/gamescope/reshade/ chmod -R 655 "$pkgdir"/usr/share/gamescope