summaryrefslogtreecommitdiffstats
path: root/crypto/xmlsec/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/xmlsec/DEPENDS')
-rwxr-xr-xcrypto/xmlsec/DEPENDS7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/xmlsec/DEPENDS b/crypto/xmlsec/DEPENDS
new file mode 100755
index 0000000000..c9cbce146c
--- /dev/null
+++ b/crypto/xmlsec/DEPENDS
@@ -0,0 +1,7 @@
+depends pkgconfig '--enable-pkgconfig' &&
+depends libxml2 '--with-libxml=/usr' &&
+
+optional_depends libxslt '--with-libxslt=/usr' '--without-libxslt' 'for XSLT-related functions' &&
+optional_depends gnutls '--with-gnutls=/usr' '--without-gnutls' 'for encrypted communications'
+optional_depends nss '--with-nss=/usr' '--without-nss' 'for encrypted communications' &&
+optional_depends openssl '--with-openssl=/usr' '--without-openssl' 'for encrypted communications'