summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-09-11 09:51:11 -0400
committerVincent Grande2020-09-11 09:51:11 -0400
commit3c5d1c8c526eb9fe1386cba8bc209f36b5890214 (patch)
tree8a62e1d6f73360d5ef36fd703b207141a861fec6
parent83e0f211f101ad61f843fc25de902f03a8cdc541 (diff)
downloadaur-3c5d1c8c526eb9fe1386cba8bc209f36b5890214.tar.gz
fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba0095641c3b..14a4f8861dc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ build() {
-D udevrulesdir=/usr/lib/udev/rules.d \
-D gcov=false \
-D tests=false \
- -D systemd=false
+ -D systemd=disabled
meson compile -C build
}