xref: /OK3568_Linux_fs/buildroot/package/xml-security-c/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_XML_SECURITY_C
2*4882a593Smuzhiyun	bool "xml-security-c"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP # xerces
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # xerces
5*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # xerces
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
8*4882a593Smuzhiyun	select BR2_PACKAGE_OPENSSL
9*4882a593Smuzhiyun	select BR2_PACKAGE_XERCES
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  The xml-security-c library is a C++ implementation of
12*4882a593Smuzhiyun	  the XML Digital Signature and Encryption specifications.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  https://santuario.apache.org/cindex.html
15*4882a593Smuzhiyun
16*4882a593Smuzhiyuncomment "xml-security-c needs a toolchain w/ C++, wchar, dynamic library, gcc >= 4.7"
17*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
18*4882a593Smuzhiyun		BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
19