all repos — mgba @ 5665ac0316df4800bec0e942e4d18ba3fec59310

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}