summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-02-15 16:49:29 -0500
committerVincent Grande2021-02-15 16:49:29 -0500
commit8f0a26d3742538c9b1a8d2513a5fa6c71835c805 (patch)
treee0bbd4149e7262fb9b579c95e21d714b712980d4
parent0c2e695ccedb45ea10b2fddd2acb5d627a0937cd (diff)
downloadaur-pulseaudio-nosystemd-git.tar.gz
disable elogind
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a413d38b9db9..c8fe7d23d567 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,8 @@ build() {
-D udevrulesdir=/usr/lib/udev/rules.d \
-D gcov=false \
-D tests=false \
- -D systemd=disabled
+ -D systemd=disabled \
+ -D elogind=disabled
meson compile -C build
}