mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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:
committed by
Peter Korsgaard
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user