mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03: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:
@@ -310,6 +310,7 @@ config BR2_PACKAGE_QT_XMLPATTERNS
|
||||
|
||||
config BR2_PACKAGE_QT_MULTIMEDIA
|
||||
bool "Multimedia Module"
|
||||
depends on BR2_PACKAGE_QT_GUI_MODULE
|
||||
help
|
||||
Build QtMultimedia module.
|
||||
|
||||
@@ -322,6 +323,7 @@ config BR2_PACKAGE_QT_AUDIO_BACKEND
|
||||
|
||||
config BR2_PACKAGE_QT_SVG
|
||||
bool "SVG Module"
|
||||
depends on BR2_PACKAGE_QT_GUI_MODULE
|
||||
help
|
||||
Build the SVG module.
|
||||
If unsure, say n
|
||||
|
||||
Reference in New Issue
Block a user