summaryrefslogtreecommitdiffstats
path: root/package/dbus/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/dbus/Config.in')
-rw-r--r--package/dbus/Config.in23
1 files changed, 1 insertions, 22 deletions
diff --git a/package/dbus/Config.in b/package/dbus/Config.in
index 97c9ee9acc..653f7482f6 100644
--- a/package/dbus/Config.in
+++ b/package/dbus/Config.in
@@ -3,33 +3,12 @@ config BR2_PACKAGE_DBUS
depends on BR2_TOOLCHAIN_HAS_THREADS
# uses fork()
depends on BR2_USE_MMU
+ select BR2_PACKAGE_EXPAT
help
The D-Bus message bus system.
http://www.freedesktop.org/wiki/Software/dbus
-if BR2_PACKAGE_DBUS
-
-choice
- prompt "XML library to use"
- default BR2_DBUS_EXPAT
- help
- Select the XML library to use with D-Bus. Select Expat
- unless you have specific reasons for using libxml2 as
- Expat is significant smaller.
-
- config BR2_DBUS_EXPAT
- bool "Expat"
- select BR2_PACKAGE_EXPAT
-
- config BR2_DBUS_LIBXML2
- bool "libxml2"
- select BR2_PACKAGE_LIBXML2
-
-endchoice
-
-endif
-
comment "dbus needs a toolchain w/ threads"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud