diff options
| author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2012-01-26 23:41:30 (GMT) |
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-31 11:23:42 (GMT) |
| commit | d018125508c1d13f69b71702384c00c7095986a1 (patch) | |
| tree | f108a455811d314e3df7dcd7f132bd6ac36f6947 | |
| parent | 25728f9a5707a5b03271a22edb92005c88b64ea7 (diff) | |
| download | buildroot-d018125508c1d13f69b71702384c00c7095986a1.tar.gz buildroot-d018125508c1d13f69b71702384c00c7095986a1.tar.bz2 | |
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>
| -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 ab231d9..3a552d0 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. |
