package/qt6/qt6multimedia: add dependency to qt6svg for examples

Buildroot commit 553c55e9bd added 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 commit f37c48faf6)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Bernd Kuhls
2025-10-17 19:59:30 +02:00
committed by Arnout Vandecappelle
parent 6f06b87b78
commit 03587fbb44

View File

@@ -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.