diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2012-01-27 00:41:30 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-31 12:23:42 +0100 |
commit | d018125508c1d13f69b71702384c00c7095986a1 (patch) | |
tree | f108a455811d314e3df7dcd7f132bd6ac36f6947 /package/qt/Config.in | |
parent | 25728f9a5707a5b03271a22edb92005c88b64ea7 (diff) | |
download | buildroot-novena-d018125508c1d13f69b71702384c00c7095986a1.tar.gz buildroot-novena-d018125508c1d13f69b71702384c00c7095986a1.zip |
qt: qt-dbus: replace dependency on dbus by select
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt/Config.in')
-rw-r--r-- | package/qt/Config.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in index ab231d9bd..3a552d090 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -280,12 +280,9 @@ config BR2_PACKAGE_QT_PHONON_BACKEND If unsure, say n. endif -comment "Qt Dbus module not available (needs dbus)" - depends on !BR2_PACKAGE_DBUS - config BR2_PACKAGE_QT_DBUS bool "DBus Module" - depends on BR2_PACKAGE_DBUS + select BR2_PACKAGE_DBUS help Build the Qt DBus module. |