diff options
| -rw-r--r-- | package/dbus-glib/Config.in | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/package/dbus-glib/Config.in b/package/dbus-glib/Config.in index c76848c7c..be10c9fb8 100644 --- a/package/dbus-glib/Config.in +++ b/package/dbus-glib/Config.in @@ -1,9 +1,12 @@  config BR2_PACKAGE_DBUS_GLIB  	bool "dbus-glib"  	depends on BR2_PACKAGE_DBUS +	depends on BR2_PACKAGE_EXPAT  	select BR2_PACKAGE_LIBGLIB2 -	select BR2_PACKAGE_EXPAT  	help  	  GLib bindings for D-Bus.  	  http://www.freedesktop.org/software/dbus + +comment "dbus-glib needs dbus to be compiled with expat support" +	depends on !BR2_PACKAGE_EXPAT  | 
