Browse Source

package/gstreamer1/gst1-devtools: select BR2_PACKAGE_GSTREAMER1_CHECK

validate option needs gstreamer-check-1.0

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine 4 years ago
parent
commit
c963152681
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/gstreamer1/gst1-devtools/Config.in

+ 1 - 0
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