cb5f3c0ffbda5e24f446d729002725befb703217
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libxmlpp / Config.in
1 config BR2_PACKAGE_LIBXMLPP
2         bool "libxml++"
3         select BR2_PACKAGE_LIBXML2
4         select BR2_PACKAGE_GLIBMM
5         depends on BR2_INSTALL_LIBSTDCPP
6         depends on BR2_USE_WCHAR # glibmm -> libglib2
7         depends on BR2_TOOLCHAIN_HAS_THREADS # glibmm -> libglib2
8         depends on BR2_USE_MMU # glibmm -> libglib2
9         help
10           libxml++ is a C++ wrapper for the libxml XML parser library.
11
12           http://libxmlplusplus.sourceforge.net/
13
14 comment "libxml++ needs a toolchain w/ C++, wchar, threads"
15         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
16         !BR2_TOOLCHAIN_HAS_THREADS
17         depends on BR2_USE_MMU