summaryrefslogtreecommitdiffstats
path: root/libs/libxslt/DEPENDS
blob: 28f4e1b9008665ce8eaab49f59a2792018e3f854 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
depends libxml2 &&
if is_depends_enabled libxml2 icu;then
  depends icu
fi &&

optional_depends python \
                 "--with-python" \
                 "--without-python" \
                 "to build python bindings for libxslt" &&

optional_depends libgcrypt \
                 "--with-crypto" \
                 "--without-crypto" \
                 "for exslt:crypto extension"