Skip to content

Commit

Permalink
disable openvr support in gamescope
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 committed Mar 12, 2024
1 parent a56d030 commit c71c8fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/gamescope-plus-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c71c8fd

Please sign in to comment.