diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-23 11:44:54 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-23 11:44:54 +0000 |
commit | 7f6e9b2e10c6dd0557d8b72a7e150c3b78c418a4 (patch) | |
tree | be239a6c0568ece1abed56c9c0252c2f1dde6138 /package/dbus-glib/Config.in | |
parent | 6d48463df63e2b131264ba302463ba6833667722 (diff) | |
download | buildroot-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/Config.in')
-rw-r--r-- | package/dbus-glib/Config.in | 1 |
1 files changed, 1 insertions, 0 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. |