mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
qt: phonon support depends on gui module
Otherwise configure errors out with 'Phonon enabled, but GUI disabled'. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
14c1a15fab
commit
e98318205c
@ -264,7 +264,6 @@ if BR2_PACKAGE_QT_GUI_MODULE
|
|||||||
source "package/qt/Config.gfx.in"
|
source "package/qt/Config.gfx.in"
|
||||||
source "package/qt/Config.mouse.in"
|
source "package/qt/Config.mouse.in"
|
||||||
source "package/qt/Config.keyboard.in"
|
source "package/qt/Config.keyboard.in"
|
||||||
endif
|
|
||||||
|
|
||||||
config BR2_PACKAGE_QT_PHONON
|
config BR2_PACKAGE_QT_PHONON
|
||||||
bool "Phonon Module"
|
bool "Phonon Module"
|
||||||
@ -285,6 +284,7 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user