Loading package/dbus/Config.in +8 −4 Original line number Diff line number Diff line config BR2_PACKAGE_DBUS bool "dbus" default n depends on BR2_PACKAGE_EXPAT || BR2_PACKAGE_LIBXML2 help The D-Bus message bus system. http://www.freedesktop.org/wiki/Software/dbus comment "dbus not available (need expat or libxml2) depends on !BR2_PACKAGE_EXPAT && !BR2_PACKAGE_LIBXML2 choice prompt "XML library to use" depends BR2_PACKAGE_DBUS Loading @@ -18,10 +22,10 @@ choice config BR2_DBUS_EXPAT bool "Expat" select BR2_PACKAGE_EXPAT depends on BR2_PACKAGE_EXPAT config BR2_DBUS_LIBXML2 bool "libxml2" select BR2_PACKAGE_LIBXML2 depends on BR2_PACKAGE_LIBXML2 endchoice Loading
package/dbus/Config.in +8 −4 Original line number Diff line number Diff line config BR2_PACKAGE_DBUS bool "dbus" default n depends on BR2_PACKAGE_EXPAT || BR2_PACKAGE_LIBXML2 help The D-Bus message bus system. http://www.freedesktop.org/wiki/Software/dbus comment "dbus not available (need expat or libxml2) depends on !BR2_PACKAGE_EXPAT && !BR2_PACKAGE_LIBXML2 choice prompt "XML library to use" depends BR2_PACKAGE_DBUS Loading @@ -18,10 +22,10 @@ choice config BR2_DBUS_EXPAT bool "Expat" select BR2_PACKAGE_EXPAT depends on BR2_PACKAGE_EXPAT config BR2_DBUS_LIBXML2 bool "libxml2" select BR2_PACKAGE_LIBXML2 depends on BR2_PACKAGE_LIBXML2 endchoice