Upgrade to dbus-1.8.12
[hvlinux.git] / stage4 / pkg / dbus
index 1da1f86..a5ba346 100644 (file)
@@ -7,8 +7,12 @@ hvconfig_pre()
         -g messagebus -s /bin/false messagebus
 
     CONFIGURE_OPTS+=" \
-        --libexecdir=/usr/lib/dbus-1.0 \
-        --localstatedir=/var"
+        --localstatedir=/var \
+        --disable-doxygen-docs \
+        --disable-static \
+        --disable-systemd \
+        --without-systemdsystemunitdir \
+        --with-console-auth-dir=/run/console/"
 }
 
 hvbuild_post()
@@ -19,6 +23,7 @@ hvbuild_post()
     # script-name start stop
     bootscript_add_rc3 dbus 92 20
 
-    # Without this, VLC was giving an error.
+    # Generate D-Bus UUID to avoid warnings when compiling some packages
+    # without dbus running (without this, VLC was giving an error).
     dbus-uuidgen > /var/lib/dbus/machine-id
 }