| Index: third_party/libpng/libpng.pc.in
|
| diff --git a/third_party/libpng/libpng.pc.in b/third_party/libpng/libpng.pc.in
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3e7e2c58a7effd223f31153e65a9b92d59bc54f7
|
| --- /dev/null
|
| +++ b/third_party/libpng/libpng.pc.in
|
| @@ -0,0 +1,11 @@
|
| +prefix=@prefix@
|
| +exec_prefix=@exec_prefix@
|
| +libdir=@libdir@
|
| +includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
|
| +
|
| +Name: libpng
|
| +Description: Loads and saves PNG files
|
| +Version: @PNGLIB_VERSION@
|
| +Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
|
| +Libs.private: @LIBS@
|
| +Cflags: -I${includedir}
|
|
|