summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMerlin Jehli2024-05-15 00:08:22 +0200
committerMerlin Jehli2024-05-15 00:08:22 +0200
commit7fc5957941406c38e8e20d6045420888a9bd05b3 (patch)
tree1a7e1e40cf83890d1ba4903e14320132191f2faa
parentac174ca1aefe18b80766d277a4860ff894657f15 (diff)
downloadaur-7fc5957941406c38e8e20d6045420888a9bd05b3.tar.gz
bug fix
-rw-r--r--PKGBUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23c620f128e1..a4e2cf29c8b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -110,7 +110,14 @@ build() {
-Dpipewire=enabled \
-Denable_gamescope=true \
-Denable_gamescope_wsi_layer=true \
- -Denable_openvr_support=true
+ -Denable_openvr_support=true \
+ -Ddrm_backend=enabled \
+ -Drt_cap=enabled \
+ -Davif_screenshots=enabled \
+ -Dinput_emulation=enabled \
+ -Dsdl2_backend=enabled \
+ -Dforce_fallback_for=vkroots \
+ -Dforce_fallback_for=wlroots
meson compile -C build
}