summaryrefslogtreecommitdiff
path: root/repo/system/elogind.xibuild
diff options
context:
space:
mode:
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
}