summaryrefslogtreecommitdiffstats
path: root/package/dbus-glib
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-06-21 11:34:49 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-06-21 11:34:49 +0200
commit7a5d51cbdf49c69641f1cedfeb76ecbffe578e9f (patch)
tree42f38da6253505a7308e53a491ce827c1ae0b221 /package/dbus-glib
parent3c9dbb3c680d15fb143db3df8ce6795eff675a9c (diff)
downloadbuildroot-novena-7a5d51cbdf49c69641f1cedfeb76ecbffe578e9f.tar.gz
buildroot-novena-7a5d51cbdf49c69641f1cedfeb76ecbffe578e9f.zip
dbus-glib: nowadays works with libxml2 backend as well
So get rid of expat dependency. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dbus-glib')
-rw-r--r--package/dbus-glib/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/dbus-glib/Config.in b/package/dbus-glib/Config.in
index c019be73b..f1dab4392 100644
--- a/package/dbus-glib/Config.in
+++ b/package/dbus-glib/Config.in
@@ -1,7 +1,6 @@
config BR2_PACKAGE_DBUS_GLIB
bool "dbus-glib"
depends on BR2_PACKAGE_DBUS
- depends on BR2_DBUS_EXPAT
depends on BR2_USE_WCHAR # glib2
select BR2_PACKAGE_LIBGLIB2
help
@@ -9,8 +8,5 @@ config BR2_PACKAGE_DBUS_GLIB
http://www.freedesktop.org/software/dbus
-comment "dbus-glib needs dbus to be compiled with expat support"
- depends on BR2_PACKAGE_DBUS && !BR2_DBUS_EXPAT
-
comment "dbus-glib requires a toolchain with WCHAR support"
depends on BR2_PACKAGE_DBUS && !BR2_USE_WCHAR