SDL2_image.pc 308 B

123456789101112
  1. prefix=/usr/local/cross-tools/x86_64-w64-mingw32
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5. Name: SDL2_image
  6. Description: image loading library for Simple DirectMedia Layer
  7. Version: 2.0.0
  8. Requires: sdl2 >= 2.0.0
  9. Libs: -L${libdir} -lSDL2_image
  10. Cflags: -I${includedir}/SDL2