mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-09 08:56:43 +00:00
13 lines
277 B
PkgConfig
13 lines
277 B
PkgConfig
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include/libpng16
|
|
|
|
Name: libpng
|
|
Description: Loads and saves PNG files
|
|
Version: 1.6.38.git
|
|
Requires.private: zlib
|
|
Libs: -L${libdir} -lpng16
|
|
Libs.private: -lm -lz -lm
|
|
Cflags: -I${includedir}
|