summaryrefslogtreecommitdiffstats
path: root/libs/raptor/DEPENDS
blob: 257c88f377d89a5dbeaa91ca6918d4e93904b6e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
depends  libxml2 &&
depends  libxslt &&

if  [  "$RAPTOR_WWWLIB"  ==  "curl"  ];  then
  depends  curl
elif  [  "$RAPTOR_WWWLIB"  ==  "libwww"  ];  then
  depends  w3c-libwww
fi  &&

optional_depends icu '-with-icu-config=/usr/bin/icu-config' '' 'Unicode support'