xref: /OK3568_Linux_fs/buildroot/package/pulseview/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PULSEVIEW
2*4882a593Smuzhiyun	bool "pulseview"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_QT5
4*4882a593Smuzhiyun	# libsigrok->libglib2:
5*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
7*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_SUPPORTS_ALWAYS_LOCKFREE_ATOMIC_INTS # boost-filesystem
8*4882a593Smuzhiyun	depends on BR2_USE_MMU
9*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
10*4882a593Smuzhiyun	# libsigrok->libzip
11*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
12*4882a593Smuzhiyun	# libsigrok
13*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
14*4882a593Smuzhiyun	depends on BR2_HOST_GCC_AT_LEAST_4_9
15*4882a593Smuzhiyun	depends on BR2_ENABLE_LOCALE
16*4882a593Smuzhiyun	select BR2_PACKAGE_LIBSIGROK
17*4882a593Smuzhiyun	select BR2_PACKAGE_LIBSIGROKCXX
18*4882a593Smuzhiyun	select BR2_PACKAGE_QT5BASE_WIDGETS
19*4882a593Smuzhiyun	select BR2_PACKAGE_QT5BASE_PNG
20*4882a593Smuzhiyun	select BR2_PACKAGE_QT5SVG
21*4882a593Smuzhiyun	select BR2_PACKAGE_QT5TOOLS
22*4882a593Smuzhiyun	select BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS
23*4882a593Smuzhiyun	select BR2_PACKAGE_BOOST
24*4882a593Smuzhiyun	select BR2_PACKAGE_BOOST_FILESYSTEM
25*4882a593Smuzhiyun	select BR2_PACKAGE_BOOST_SYSTEM
26*4882a593Smuzhiyun	select BR2_PACKAGE_BOOST_SERIALIZATION
27*4882a593Smuzhiyun	help
28*4882a593Smuzhiyun	  PulseView is a Qt based logic analyzer, oscilloscope
29*4882a593Smuzhiyun	  and MSO GUI for sigrok.
30*4882a593Smuzhiyun
31*4882a593Smuzhiyun	  http://sigrok.org/wiki/PulseView
32*4882a593Smuzhiyun
33*4882a593Smuzhiyuncomment "pulseview needs a toolchain w/ locale, wchar, threads, dynamic library, C++, gcc >= 4.9, host gcc >= 4.9"
34*4882a593Smuzhiyun	depends on BR2_USE_MMU
35*4882a593Smuzhiyun	depends on BR2_PACKAGE_QT5
36*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_SUPPORTS_ALWAYS_LOCKFREE_ATOMIC_INTS
37*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || !BR2_USE_WCHAR \
38*4882a593Smuzhiyun		|| !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP \
39*4882a593Smuzhiyun		|| BR2_STATIC_LIBS || !BR2_ENABLE_LOCALE || \
40*4882a593Smuzhiyun		!BR2_HOST_GCC_AT_LEAST_4_9
41