all repos — mgba @ 9de8f084ba55460b02d300c1dd8b8e6c56f691d5

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@
 9Requires: zlib
10Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
11Libs.private: @LIBS@
12Cflags: -I${includedir}