summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afe599023231..1412c868e5df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ pkgver() {
}
build() {
- arch-meson $_pkgname build -DENABLE_NAUTILUS=true
+ arch-meson -Denable_nautilus=true $_pkgname build
meson compile -C build
}