1config BR2_PACKAGE_GST1_DEVTOOLS 2 bool "gst1-devtools" 3 depends on BR2_PACKAGE_PYTHON3 4 select BR2_PACKAGE_GSTREAMER1_CHECK 5 select BR2_PACKAGE_GST1_PLUGINS_BASE 6 select BR2_PACKAGE_JSON_GLIB 7 select BR2_PACKAGE_PYTHON3_PYEXPAT 8 # cairo is autodetected but needs PNG support 9 select BR2_PACKAGE_CAIRO_PNG if BR2_PACKAGE_CAIRO 10 help 11 GStreamer development tools (gst-validate). 12 13 https://gstreamer.freedesktop.org 14 15comment "gst1-devtools depends on python" 16 depends on !BR2_PACKAGE_PYTHON3 17