mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 04:36:33 +00: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:
parent
5eb68019cd
commit
91717c0148
@ -12,7 +12,7 @@ comment "dbus not available (need expat or libxml2)"
|
|||||||
choice
|
choice
|
||||||
prompt "XML library to use"
|
prompt "XML library to use"
|
||||||
depends on BR2_PACKAGE_DBUS
|
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
|
default BR2_DBUS_EXPAT
|
||||||
help
|
help
|
||||||
Select the XML library to use with D-Bus. Select Expat
|
Select the XML library to use with D-Bus. Select Expat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user