xref: /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-devtools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_GST1_DEVTOOLS
2*4882a593Smuzhiyun	bool "gst1-devtools"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON3
4*4882a593Smuzhiyun	select BR2_PACKAGE_GSTREAMER1_CHECK
5*4882a593Smuzhiyun	select BR2_PACKAGE_GST1_PLUGINS_BASE
6*4882a593Smuzhiyun	select BR2_PACKAGE_JSON_GLIB
7*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON3_PYEXPAT
8*4882a593Smuzhiyun	# cairo is autodetected but needs PNG support
9*4882a593Smuzhiyun	select BR2_PACKAGE_CAIRO_PNG if BR2_PACKAGE_CAIRO
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  GStreamer development tools (gst-validate).
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://gstreamer.freedesktop.org
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "gst1-devtools depends on python"
16*4882a593Smuzhiyun	depends on !BR2_PACKAGE_PYTHON3
17