From: Arnout Vandecappelle (Essensium/Mind) Date: Thu, 26 Jan 2012 23:41:30 +0000 (+0100) Subject: qt: qt-dbus: replace dependency on dbus by select X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d018125508c1d13f69b71702384c00c7095986a1;p=buildroot.git qt: qt-dbus: replace dependency on dbus by select Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- diff --git a/package/qt/Config.in b/package/qt/Config.in index ab231d9bd0..3a552d090f 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.