xref: /OK3568_Linux_fs/buildroot/package/sigrok-cli/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_SIGROK_CLI
2*4882a593Smuzhiyun	bool "sigrok-cli"
3*4882a593Smuzhiyun	# libsigrok->libglib2:
4*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
6*4882a593Smuzhiyun	depends on BR2_USE_MMU
7*4882a593Smuzhiyun	# libsigrok->libzip
8*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
9*4882a593Smuzhiyun	# libsigrok
10*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
11*4882a593Smuzhiyun	depends on BR2_ENABLE_LOCALE
12*4882a593Smuzhiyun	select BR2_PACKAGE_LIBSIGROK
13*4882a593Smuzhiyun	help
14*4882a593Smuzhiyun	  Sigrok-cli is a command-line frontend for the sigrok
15*4882a593Smuzhiyun	  software suite.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  http://sigrok.org/wiki/Sigrok-cli
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuncomment "sigrok-cli needs a toolchain w/ locale, wchar, threads, dynamic library, gcc >= 4.7"
20*4882a593Smuzhiyun	depends on BR2_USE_MMU
21*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS \
22*4882a593Smuzhiyun		|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || BR2_STATIC_LIBS \
23*4882a593Smuzhiyun		|| !BR2_ENABLE_LOCALE
24