xref: /OK3568_Linux_fs/buildroot/package/libdvbsi/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBDVBSI
2*4882a593Smuzhiyun	bool "libdvbsi"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  C++ parsing library for Service Information (SI) in DVB
8*4882a593Smuzhiyun	  systems. With libdvbsi++ you can convert raw DVB service
9*4882a593Smuzhiyun	  information to a set of C++ objects, removing the need to
10*4882a593Smuzhiyun	  parse data manually.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  http://www.saftware.de/
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "libdvbsi++ needs a toolchain w/ C++, wchar, threads"
15*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
16