mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-15 16:32:52 +01:00
Signed-off-by: Christopher Degawa <ccom@randomderp.com> Change-Id: I7111d1f7738dad566dc74fc11be99ff92e11c50b
13 lines
295 B
PkgConfig
13 lines
295 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libwebp
|
|
Description: Library for the WebP graphics format
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: libsharpyuv
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lwebp
|
|
Libs.private: -lm @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
|