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