mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00: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:
parent
25728f9a57
commit
d018125508
@ -280,12 +280,9 @@ config BR2_PACKAGE_QT_PHONON_BACKEND
|
|||||||
If unsure, say n.
|
If unsure, say n.
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "Qt Dbus module not available (needs dbus)"
|
|
||||||
depends on !BR2_PACKAGE_DBUS
|
|
||||||
|
|
||||||
config BR2_PACKAGE_QT_DBUS
|
config BR2_PACKAGE_QT_DBUS
|
||||||
bool "DBus Module"
|
bool "DBus Module"
|
||||||
depends on BR2_PACKAGE_DBUS
|
select BR2_PACKAGE_DBUS
|
||||||
help
|
help
|
||||||
Build the Qt DBus module.
|
Build the Qt DBus module.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user