[Buildroot] [git commit] package/gstreamer1/gst1-devtools: select BR2_PACKAGE_GSTREAMER1_CHECK

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Sep 26 13:40:44 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=c96315268119b66e6bba120533d87861deda4ec5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

validate option needs gstreamer-check-1.0

Fixes:
 - http://autobuild.buildroot.org/results/297ebea95b487f4c542e1217620e8c3d921260f3

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/gstreamer1/gst1-devtools/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/gstreamer1/gst1-devtools/Config.in b/package/gstreamer1/gst1-devtools/Config.in
index 1ca8ab8299..55cf25d53e 100644
--- a/package/gstreamer1/gst1-devtools/Config.in
+++ b/package/gstreamer1/gst1-devtools/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_GST1_DEVTOOLS
 	bool "gst1-devtools"
 	depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
+	select BR2_PACKAGE_GSTREAMER1_CHECK
 	select BR2_PACKAGE_GST1_PLUGINS_BASE
 	select BR2_PACKAGE_JSON_GLIB
 	select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON


More information about the buildroot mailing list