summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-12-16 11:03:56 -0500
committerVincent Grande2020-12-16 11:03:56 -0500
commitd573810dcb8b644941c210cde0c485e13c416864 (patch)
treef3ce094c4526d2720b725a78390aed3851402037
parentbe25bd9f9c3244d306a9f4e8a5db60880cff0c83 (diff)
downloadaur-d573810dcb8b644941c210cde0c485e13c416864.tar.gz
fix
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e38b496ed1f..2db203848731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,7 +57,7 @@ build() {
# platform
-D dist_version="$pkgver-$pkgrel"
-D session_tracking_consolekit=false
- -D suspend_resume=auto
+# -D suspend_resume=elogind
-D polkit=false
-D modify_system=true
-D polkit_agent=false
@@ -87,6 +87,8 @@ build() {
-D libpsl=false
-D json_validation=false
-D qt=false
+ -D systemd-logind=none
+ -D systemd-journal=no
)
arch-meson NetworkManager build "${meson_args[@]}"