Upgrade to dbus-1.8.12
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 10 Dec 2014 04:15:27 +0000 (23:15 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 05:01:50 +0000 (00:01 -0500)
config/packages-list
stage4/pkg/dbus

index 7d9eb53..ab004e6 100644 (file)
@@ -53,8 +53,8 @@ CUPS_PDF="cups-pdf-2.5.1"
 CURL="curl-7.27.0"
 CVS="cvs-1.11.23"
 
-DBUS="dbus-1.4.16"
-DBUS_GLIB="dbus-glib-0.98"
+DBUS="dbus-1.8.12"
+DBUS_GLIB="dbus-glib-0.102"
 DDCLIENT="ddclient-3.6.7"
 DEJAGNU="dejagnu-1.4.4"
 DEJAVUFONTS="dejavu-fonts-ttf-2.33"
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
 }