xref: /OK3568_Linux_fs/buildroot/package/libxmlpp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBXMLPP
2*4882a593Smuzhiyun	bool "libxml++"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
5*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # glibmm -> libglib2
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # glibmm -> libglib2
7*4882a593Smuzhiyun	depends on BR2_USE_MMU # glibmm -> libglib2
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBXML2
9*4882a593Smuzhiyun	select BR2_PACKAGE_GLIBMM
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  libxml++ is a C++ wrapper for the libxml XML parser library.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://libxmlplusplus.github.io/libxmlplusplus/
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "libxml++ needs a toolchain w/ C++, wchar, threads, gcc >= 4.9"
16*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || !BR2_USE_WCHAR \
17*4882a593Smuzhiyun		||!BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
18*4882a593Smuzhiyun	depends on BR2_USE_MMU
19