]>
Commit | Line | Data |
---|---|---|
0272a10d VZ |
1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | |
3 | libdir=@libdir@ | |
970f6abe | 4 | includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ |
0272a10d VZ |
5 | |
6 | Name: libpng | |
7 | Description: Loads and saves PNG files | |
970f6abe VZ |
8 | Version: @PNGLIB_VERSION@ |
9 | Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ | |
10 | Libs.private: @LIBS@ | |
b61cc19c | 11 | Cflags: -I${includedir} |