dbus-glib: Fix introspection configure option

This commit is contained in:
Richard Purdie
2009-01-05 23:05:48 +00:00
parent 48b487d1af
commit a65bb5032c
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz
inherit autotools_stage pkgconfig gettext
EXTRA_OECONF = "--with-introspect=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml"
EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml"
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"

View File

@@ -1,6 +1,6 @@
require dbus-glib.inc
PR = "r2"
PR = "r3"
do_configure_prepend() {
install -m 0644 ${STAGING_DATADIR_NATIVE}/dbus/dbus-glib-bindings.h ${S}/tools/