xref: /OK3568_Linux_fs/buildroot/package/libsigrokdecode/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBSIGROKDECODE
2*4882a593Smuzhiyun	bool "libsigrokdecode"
3*4882a593Smuzhiyun	depends on !BR2_PACKAGE_PYTHON # python3
4*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # libglib2/python3
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2/python3
6*4882a593Smuzhiyun	depends on BR2_USE_MMU # libglib2/python3
7*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # python3
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLIB2
9*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON3
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  Libsigrokdecode is a shared library written in C, which
12*4882a593Smuzhiyun	  provides (streaming) protocol decoding functionality. Say
13*4882a593Smuzhiyun	  yes here if you want to add this functionality to your
14*4882a593Smuzhiyun	  buildroot-generated sigrok suite.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  This library is a part of the sigrok software suite.
17*4882a593Smuzhiyun
18*4882a593Smuzhiyun	  http://sigrok.org/wiki/Libsigrokdecode
19*4882a593Smuzhiyun
20*4882a593Smuzhiyuncomment "libsigrokdecode needs a toolchain w/ wchar, threads, dynamic library"
21*4882a593Smuzhiyun	depends on BR2_USE_MMU
22*4882a593Smuzhiyun	depends on !BR2_PACKAGE_PYTHON
23*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
24*4882a593Smuzhiyun
25*4882a593Smuzhiyuncomment "libsigrokdecode is not compatible with python"
26*4882a593Smuzhiyun	depends on BR2_USE_MMU
27*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON
28