add libwebpdecoder.pc

Change-Id: Ifc47549a9fe206fa174236664345d3ee064849f5
This commit is contained in:
James Zern
2013-01-23 13:57:08 -08:00
parent a941a3463e
commit bed1ed7c28
3 changed files with 14 additions and 2 deletions

11
src/libwebpdecoder.pc.in Normal file
View File

@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libwebpdecoder
Description: Library for the WebP graphics format (decode only)
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lwebpdecoder
Libs.private: -lm