mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/qt6/qt6multimedia: add dependency to qt6svg for examples
Buildroot commit553c55e9bdadded the qt6multimedia package including an option to build examples which contains a dependency to qt6svg without selecting the package in Config.in. Fixes: https://autobuild.buildroot.org/results/c94670cf255a1a6975e99d7b22a159f7fdc6f850/ Makefile:578: *** qt6svg is in the dependency chain of qt6multimedia that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in. Stop. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commitf37c48faf6) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
6f06b87b78
commit
03587fbb44
@@ -25,6 +25,7 @@ config BR2_PACKAGE_QT6MULTIMEDIA_ALSA
|
||||
|
||||
config BR2_PACKAGE_QT6MULTIMEDIA_EXAMPLES
|
||||
bool "examples"
|
||||
select BR2_PACKAGE_QT6SVG
|
||||
help
|
||||
This option enables the Qt6 Multimedia examples.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user