summaryrefslogtreecommitdiff
path: root/repo/system/elogind.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-02 18:24:36 +0000
committerdavidovski <david@davidovski.xyz>2022-02-02 18:24:36 +0000
commit16d84db4a6fd29352492ea64b157856a6f1b7af9 (patch)
treeab9740ad1dbf2f80537f82b57a39084f3f360d1e /repo/system/elogind.xibuild
parent96471a1a300810a772bfe0d150d75a255641b4ae (diff)
added polkit deps
Diffstat (limited to 'repo/system/elogind.xibuild')
-rw-r--r--repo/system/elogind.xibuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/repo/system/elogind.xibuild b/repo/system/elogind.xibuild
index b15fe4a..81cdaea 100644
--- a/repo/system/elogind.xibuild
+++ b/repo/system/elogind.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(make docbook-xml docbook-xsl docbook-dtd libxslt)
+MAKEDEPS=(make docbook4-xml docbook-xsl docbook-dtd libxslt)
DEPS=(pam polkit)
PKG_VER=246.10
@@ -15,11 +15,12 @@ build () {
mkdir build &&
cd build &&
+ # TODO re-enable BUILD_MANS
meson --prefix=/usr \
--buildtype=release \
-Dcgroup-controller=elogind \
-Ddbuspolicydir=/etc/dbus-1/system.d \
- -Dman=auto \
+ -DBUILD_MANS=false \
.. &&
ninja
}