mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 17:37:43 +00:00
qt: svg and multimedia modules depends on gui module as well
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e98318205c
commit
11ab05f53a
@ -310,6 +310,7 @@ config BR2_PACKAGE_QT_XMLPATTERNS
|
|||||||
|
|
||||||
config BR2_PACKAGE_QT_MULTIMEDIA
|
config BR2_PACKAGE_QT_MULTIMEDIA
|
||||||
bool "Multimedia Module"
|
bool "Multimedia Module"
|
||||||
|
depends on BR2_PACKAGE_QT_GUI_MODULE
|
||||||
help
|
help
|
||||||
Build QtMultimedia module.
|
Build QtMultimedia module.
|
||||||
|
|
||||||
@ -322,6 +323,7 @@ config BR2_PACKAGE_QT_AUDIO_BACKEND
|
|||||||
|
|
||||||
config BR2_PACKAGE_QT_SVG
|
config BR2_PACKAGE_QT_SVG
|
||||||
bool "SVG Module"
|
bool "SVG Module"
|
||||||
|
depends on BR2_PACKAGE_QT_GUI_MODULE
|
||||||
help
|
help
|
||||||
Build the SVG module.
|
Build the SVG module.
|
||||||
If unsure, say n
|
If unsure, say n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user