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>
This commit is contained in:
Arnout Vandecappelle (Essensium/Mind) 2012-01-27 00:41:30 +01:00 committed by Peter Korsgaard
parent 25728f9a57
commit d018125508

View File

@ -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.