summaryrefslogtreecommitdiffstats
path: root/libs/raptor/DEPENDS
blob: 7cb1a8d7d93381b36df2b6710d5267cb727394ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
if    [  "$RAPTOR_WWWLIB"  ==  "xml"  ];  then
  depends  libxml2
elif  [  "$RAPTOR_WWWLIB"  ==  "curl"  ];  then
  depends  curl
elif  [  "$RAPTOR_WWWLIB"  ==  "libwww"  ];  then
  depends  w3c-libwww
fi  &&

if    [  "$RAPTOR_PARSER"  ==  "libxml"  ];  then
  depends  libxml2
elif  [  "$RAPTOR_PARSER"  ==  "expat"  ];  then
  depends  expat
fi