all repos — mgba @ 8aee10486211a8b549dcc2a9d42a4174b2ded1a0

mGBA Game Boy Advance Emulator

src/third-party/libpng/libpng.pc.in (view raw)

 1prefix=@prefix@
 2exec_prefix=@exec_prefix@
 3libdir=@libdir@
 4includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
 5
 6Name: libpng
 7Description: Loads and saves PNG files
 8Version: @PNGLIB_VERSION@
 9Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
10Libs.private: @LIBS@
11Cflags: -I${includedir}