colladadom: adding missing rosdeps on libxml2 and unzip

This commit is contained in:
tfield 2010-10-21 04:48:46 +00:00
parent 4de63d55a8
commit 90922b4cfc
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
<license>BSD</license>
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/colladadom</url>
<rosdep name="libxml2"/>
<rosdep name="unzip"/>
<export>
<cpp lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -lcollada15dom -lminizip `rosboost-cfg --lflags system` `rosboost-cfg --lflags filesystem`" cflags="-I${prefix}/include `rosboost-cfg --cflags`"/>
<cpp os="osx" lflags="-F${prefix}/lib -framework Collada15Dom" cflags="-I${prefix}/include"/>