X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fpkg%2Fdbus;h=a5ba346df08b276236f2b715fa608bdf30fa51d6;hb=47f2031ebd11633c79f3fb0fd173658b2d2ef3d4;hp=1da1f868f9dc2c1d3051ccd68055ae9a8c71daed;hpb=7537c1f2f4728f09caee2c99f91c31ac426ed132;p=hvlinux.git diff --git a/stage4/pkg/dbus b/stage4/pkg/dbus index 1da1f86..a5ba346 100644 --- a/stage4/pkg/dbus +++ b/stage4/pkg/dbus @@ -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 }