dbus-glib: nowadays works with libxml2 backend as well
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 21 Jun 2011 09:34:49 +0000 (11:34 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 21 Jun 2011 09:34:49 +0000 (11:34 +0200)
So get rid of expat dependency.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/dbus-glib/Config.in

index c019be73b2bf02707143d995775515bb185d7902..f1dab43924e90d71fbf794456dcc1c75926ac13f 100644 (file)
@@ -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