summaryrefslogtreecommitdiffstats
path: root/package/dbus
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-09-27 21:45:11 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-09-27 21:45:11 +0200
commit91717c0148fc5c88fc1abde169a23624ca2a0b51 (patch)
tree1b3535bbeec7995942500b44b3123b0225b87c93 /package/dbus
parent5eb68019cdc97eb032905785ff666063f817cceb (diff)
downloadbuildroot-novena-91717c0148fc5c88fc1abde169a23624ca2a0b51.tar.gz
buildroot-novena-91717c0148fc5c88fc1abde169a23624ca2a0b51.zip
dbus: prefer expat if available even if libxml2 also is
dbus-glib needs dbus to be compiled with expat support, so prefer that mode even if libxml2 is also enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dbus')
-rw-r--r--package/dbus/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dbus/Config.in b/package/dbus/Config.in
index 9b800d5e5..c625382b8 100644
--- a/package/dbus/Config.in
+++ b/package/dbus/Config.in
@@ -12,7 +12,7 @@ comment "dbus not available (need expat or libxml2)"
choice
prompt "XML library to use"
depends on BR2_PACKAGE_DBUS
- default BR2_DBUS_LIBXML2 if BR2_PACKAGE_LIBXML2
+ default BR2_DBUS_LIBXML2 if (BR2_PACKAGE_LIBXML2 && !BR2_PACKAGE_EXPAT)
default BR2_DBUS_EXPAT
help
Select the XML library to use with D-Bus. Select Expat