solstice-anim

Geometry animation library of the solstice app
git clone git://git.meso-star.com/solstice-anim.git
Log | Files | Refs | README | LICENSE

sanim.pc.in (229B)


      1 prefix=@PREFIX@
      2 includedir=${prefix}/include
      3 libdir=${prefix}/lib
      4 
      5 Requires: \
      6  rsys >= @RSYS_VERSION@
      7 Name: sanim
      8 Description: Solstice Anim
      9 Version: @VERSION@
     10 Libs: -L${libdir} -lsanim
     11 Libs.private: -lm
     12 CFlags: -I${includedir}