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