[Buildroot] [git commit branch/2025.08.x] package/qt6/qt6multimedia: add dependency to qt6svg for examples
Arnout Vandecappelle
arnout at rnout.be
Thu Oct 30 08:17:47 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=03587fbb4469177f8de08654ce85ee3384640b69
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.08.x
Buildroot commit 553c55e9bd3cfa05cb84fa4cdfc5d25d51c3486b 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 at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit f37c48faf62cdd337bc9733e74cb46544dbdeea9)
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
package/qt6/qt6multimedia/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/qt6/qt6multimedia/Config.in b/package/qt6/qt6multimedia/Config.in
index f64f60a004..8cdd95f3e8 100644
--- a/package/qt6/qt6multimedia/Config.in
+++ b/package/qt6/qt6multimedia/Config.in
@@ -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.
More information about the buildroot
mailing list