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 / python-libconfig / Config.in
1 comment "python-libconfig needs a toolchain w/ C++, threads"
2         depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
3         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
4
5 config BR2_PACKAGE_PYTHON_LIBCONFIG
6         bool "python-libconfig"
7         select BR2_PACKAGE_BOOST
8         select BR2_PACKAGE_BOOST_PYTHON
9         select BR2_PACKAGE_LIBCONFIG
10         depends on BR2_INSTALL_LIBSTDCPP
11         depends on BR2_TOOLCHAIN_HAS_THREADS
12         depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
13         help
14           Python bindings to the C++ library libconfig
15
16           Libconfig is a simple library for manipulating structured
17           configuration files. The file format is more compact and more
18           readable than XML. And unlike XML, it is type-aware, so it is
19           not necessary to do string parsing in application code.
20           http://www.hyperrealm.com/libconfig/
21
22           https://github.com/cnangel/python-libconfig