xref: /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-python/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_GST1_PYTHON
2*4882a593Smuzhiyun	bool "gst1-python"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # libglib2, gobject-introspection
4*4882a593Smuzhiyun	depends on BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS # gobject-introspection
5*4882a593Smuzhiyun	depends on BR2_HOST_GCC_AT_LEAST_8 # gobject-introspection -> host-qemu
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # gobject-introspection
7*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_USES_GLIBC # gobject-introspection
8*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON3 # gobject-introspection
9*4882a593Smuzhiyun	select BR2_PACKAGE_GOBJECT_INTROSPECTION
10*4882a593Smuzhiyun	select BR2_PACKAGE_GST1_PLUGINS_BASE
11*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLIB2
12*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_GOBJECT
13*4882a593Smuzhiyun	help
14*4882a593Smuzhiyun	  GStreamer python overrides for the gobject-introspection-based
15*4882a593Smuzhiyun	  pygst bindings.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  https://gstreamer.freedesktop.org/modules/gst-python.html
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuncomment "gst1-python needs python3"
20*4882a593Smuzhiyun	depends on !BR2_PACKAGE_PYTHON3
21*4882a593Smuzhiyun
22*4882a593Smuzhiyuncomment "gst1-python needs a glibc toolchain, gcc >= 4.9, host gcc >= 8"
23*4882a593Smuzhiyun	depends on BR2_USE_MMU
24*4882a593Smuzhiyun	depends on BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS
25*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_USES_GLIBC || \
26*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || !BR2_HOST_GCC_AT_LEAST_8
27