summaryrefslogtreecommitdiffstats
path: root/package/dbus-glib
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-04-23 11:44:54 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-04-23 11:44:54 +0000
commit7f6e9b2e10c6dd0557d8b72a7e150c3b78c418a4 (patch)
treebe239a6c0568ece1abed56c9c0252c2f1dde6138 /package/dbus-glib
parent6d48463df63e2b131264ba302463ba6833667722 (diff)
downloadbuildroot-novena-7f6e9b2e10c6dd0557d8b72a7e150c3b78c418a4.tar.gz
buildroot-novena-7f6e9b2e10c6dd0557d8b72a7e150c3b78c418a4.zip
dbus-glib: needs expat
Even though dbus can use libxml2 for XML support, dbus-glib cannot - So make sure expat is available.
Diffstat (limited to 'package/dbus-glib')
-rw-r--r--package/dbus-glib/Config.in1
-rw-r--r--package/dbus-glib/dbus-glib.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/package/dbus-glib/Config.in b/package/dbus-glib/Config.in
index 52c7e7ca4..c76848c7c 100644
--- a/package/dbus-glib/Config.in
+++ b/package/dbus-glib/Config.in
@@ -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.
diff --git a/package/dbus-glib/dbus-glib.mk b/package/dbus-glib/dbus-glib.mk
index ae99dbc2d..a27ab8146 100644
--- a/package/dbus-glib/dbus-glib.mk
+++ b/package/dbus-glib/dbus-glib.mk
@@ -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))