From d018125508c1d13f69b71702384c00c7095986a1 Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Fri, 27 Jan 2012 00:41:30 +0100 Subject: qt: qt-dbus: replace dependency on dbus by select Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- package/qt/Config.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'package/qt/Config.in') 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. -- cgit v1.2.3