summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSid Pranjale2024-04-11 00:36:28 +0530
committerSid Pranjale2024-04-11 00:36:28 +0530
commitbd8cc303280d3f36dc66018827091b1ba0b84c61 (patch)
treecd607acbe3095cf8d495c8c1246cf683471ec555
parent5c20a9177f5b12095a1eb77afffb411bc444df6f (diff)
downloadaur-bd8cc303280d3f36dc66018827091b1ba0b84c61.tar.gz
fix meson using system wlroots
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 624085ea4ff7..7ca0265af241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -91,7 +91,7 @@ pkgver() {
build() {
arch-meson "${_pkgname}" build \
- -Dforce_fallback_for=stb \
+ -Dforce_fallback_for=stb,wlroots \
-Dpipewire=enabled
meson compile -C build
}