public
Description: Pixman with JIT compilation using COLA
Homepage: http://vpri.org/mailman/listinfo/jitblit
Clone URL: git://github.com/damelang/jitblt.git
jitblt / pixman.pc.in
100644 12 lines (9 sloc) 0.231 kb
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
 
Name: Pixman
Description: The pixman library
Version: @PACKAGE_VERSION@
Cflags: -I${includedir} @DEP_CFLAGS@
Libs: -L${libdir} -lpixman @DEP_LIBS@