summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d62283a3259a..751f0bb6bd44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,7 +61,9 @@ build() {
-D valgrind=disabled \
-D adrian-aec=false \
-D webrtc-aec=disabled \
- -D tcpwrap=disabled
+ -D tcpwrap=disabled \
+ -D elogind=disabled \
+ -D database=simple
meson compile -C build
}