dbus-glib: needs expat

Even though dbus can use libxml2 for XML support, dbus-glib cannot -
So make sure expat is available.
This commit is contained in:
Peter Korsgaard 2009-04-23 11:44:54 +00:00
parent 6d48463df6
commit 7f6e9b2e10
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ config BR2_PACKAGE_DBUS_GLIB
bool "dbus-glib"
depends on BR2_PACKAGE_DBUS
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_EXPAT
help
GLib bindings for D-Bus.

View File

@ -23,7 +23,7 @@ DBUS_GLIB_CONF_OPT = --localstatedir=/var \
--disable-doxygen-docs \
--enable-asserts=yes
DBUS_GLIB_DEPENDENCIES = uclibc host-pkgconfig dbus host-dbus host-dbus-glib libglib2
DBUS_GLIB_DEPENDENCIES = uclibc host-pkgconfig dbus host-dbus host-dbus-glib libglib2 expat
$(eval $(call AUTOTARGETS,package,dbus-glib))