New comit of SDL2
[supertux.git] / src / SDL2 / external / libwebp-0.3.0 / src / libwebp.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: libwebp
7 Description: Library for the WebP graphics format
8 Version: @PACKAGE_VERSION@
9 Cflags: -I${includedir}
10 Libs: -L${libdir} -lwebp
11 Libs.private: -lm @PTHREAD_CFLAGS@ @PTHREAD_LIBS@