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:
parent
25728f9a57
commit
d018125508
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user