Fix typo
[profile/ivi/pixman.git] / pixman.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: Pixman
7 Description: The pixman library
8 Version: @PACKAGE_VERSION@
9 Cflags: -I${includedir} @DEP_CFLAGS@
10 Libs: -L${libdir} -lpixman @DEP_LIBS@
11