[Buildroot] [PATCH 1/1] package/qt6/qt6multimedia: add dependency to qt6svg for examples

Bernd Kuhls bernd at kuhls.net
Fri Oct 17 17:59:30 UTC 2025


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



More information about the buildroot mailing list