4 DEFAULT_PREFERENCE = "-1"
8 EXTRA_OECONF_X = "--without-x"
10 DEPENDS = "glib-2.0-native libxml2-native expat-native"
11 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}"
14 http://freedesktop.org/software/dbus/releases/dbus/dbus-${PV}.tar.gz \
15 file://cross.patch;patch=1 \
16 file://tmpdir.patch;patch=1 \
17 file://fedora-compile-fix.patch;patch=1 \
25 # for dbus-glib-native introspection generation
26 install -d ${STAGING_DATADIR}/dbus
27 install -m 0644 bus/session.conf ${STAGING_DATADIR}/dbus/session.conf