The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libdvbsi / Config.in
1 config 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 systems.
8           With libdvbsi++ you can convert raw DVB service information to
9           a set of C++ objects, removing the need to parse data manually.
10
11           http://www.saftware.de/
12
13 comment "libdvbsi++ needs a toolchain w/ C++, wchar, threads"
14         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS