mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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>
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user