diff options
| author | Baruch Siach <baruch@tkos.co.il> | 2014-06-16 18:11:10 +0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-18 14:06:18 +0200 |
| commit | fd37dcc6048efab1a8a00d69b18f08871ecabda4 (patch) | |
| tree | 1119aadcb2a7f2a80653f9617b647f80697a8eb9 /package/dbus/Config.in | |
| parent | 8a92adb4e0a9351737ff9035bb264b310415870e (diff) | |
| download | buildroot-fd37dcc6048efab1a8a00d69b18f08871ecabda4.tar.gz buildroot-fd37dcc6048efab1a8a00d69b18f08871ecabda4.zip | |
dbus: bump to version 1.8.4
Upstream removed support for libxml2 as xml backend, select expat
unconditionally.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/dbus/Config.in')
| -rw-r--r-- | package/dbus/Config.in | 23 |
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 |

