mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 04:20:38 -09:00
qt: dbus module needs gui support as well
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -284,7 +284,6 @@ config BR2_PACKAGE_QT_PHONON_BACKEND
|
|||||||
help
|
help
|
||||||
Build the platform Phonon plugin.
|
Build the platform Phonon plugin.
|
||||||
If unsure, say n.
|
If unsure, say n.
|
||||||
endif
|
|
||||||
|
|
||||||
comment "Qt DBbus module not available (need dbus)"
|
comment "Qt DBbus module not available (need dbus)"
|
||||||
depends on !BR2_PACKAGE_DBUS
|
depends on !BR2_PACKAGE_DBUS
|
||||||
@@ -294,6 +293,7 @@ config BR2_PACKAGE_QT_DBUS
|
|||||||
depends on BR2_PACKAGE_DBUS
|
depends on BR2_PACKAGE_DBUS
|
||||||
help
|
help
|
||||||
Build the Qt DBus module.
|
Build the Qt DBus module.
|
||||||
|
endif
|
||||||
|
|
||||||
config BR2_PACKAGE_QT_XML
|
config BR2_PACKAGE_QT_XML
|
||||||
bool "XML Module"
|
bool "XML Module"
|
||||||
|
|||||||
Reference in New Issue
Block a user