add libwebpmux.pc

Change-Id: If21e3ec73f2eb451c6042d1aecda8d03259f601f
This commit is contained in:
James Zern
2013-03-04 19:17:33 -08:00
parent 26ca843d71
commit 1bfcf5bf42
3 changed files with 13 additions and 1 deletions

View File

@ -13,3 +13,4 @@ libwebpmuxinclude_HEADERS += ../webp/types.h
libwebpmux_la_LDFLAGS = -version-info 0:0:0
libwebpmuxincludedir = $(includedir)/webp
pkgconfig_DATA = libwebpmux.pc

11
src/mux/libwebpmux.pc.in Normal file
View File

@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libwebpmux
Description: Library for manipulating the WebP graphics format container
Version: @PACKAGE_VERSION@
Requires: libwebp >= 0.2.0
Cflags: -I${includedir}
Libs: -L${libdir} -lwebpmux