[Buildroot] [git commit] package/webkitgtk: propagate gst1-libav architecture dependency
From: Julien Olivain via buildroot <hidden>
Date: 2026-09-13 19:34:30
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/da906556371ca3728b05ea4f33402891288cc027 branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master BR2_PACKAGE_WEBKITGTK_MULTIMEDIA selects BR2_PACKAGE_GST1_LIBAV, which depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS, but doesn't propagate this dependency. In practice, there is no issue, as webkitgtk is only available on a subset of CPU architectures, while BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS makes ffmpeg available on pretty much all CPU architectures, except Cortex-M, m68k coldfire, and some specific cases of OpenRISC, which are not supported by webkitgtk. But for the sake of having correct dependency propagation, let's fix this. The other packages selected by BR2_PACKAGE_WEBKITGTK_MULTIMEDIA have dependencies that are already handled at the top-level BR2_PACKAGE_WEBKITGTK option. Fixes: e6e549b9e40d42dbb6a551ecaeb040c1e401f21a ("ffmpeg: add BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS") Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <redacted> --- package/webkitgtk/Config.in | 1 + 1 file changed, 1 insertion(+)
diff --git a/package/webkitgtk/Config.in b/package/webkitgtk/Config.in
index cfb05fd0d3..13a65e57dc 100644
--- a/package/webkitgtk/Config.in
+++ b/package/webkitgtk/Config.in@@ -112,6 +112,7 @@ comment "webkitgtk https support needs a toolchain w/ dynamic library" config BR2_PACKAGE_WEBKITGTK_MULTIMEDIA bool "multimedia support" + depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS # gst1-libav select BR2_PACKAGE_GSTREAMER1 select BR2_PACKAGE_GST1_PLUGINS_BAD select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DEBUGUTILS
_______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot