mirror of
https://github.com/love2d/love-android.git
synced 2026-08-17 11:11:23 +02:00
12 lines
245 B
PkgConfig
12 lines
245 B
PkgConfig
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include/libpng15
|
|
|
|
Name: libpng
|
|
Description: Loads and saves PNG files
|
|
Version: 1.5.6
|
|
Libs: -L${libdir} -lpng15
|
|
Libs.private: -lz -lm
|
|
Cflags: -I${includedir}
|