Files
commandergenius/project/jni/sdl_image/SDL_image.pc.in

13 lines
272 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: SDL_image
Description: image loading library for Simple DirectMedia Layer
Version: @VERSION@
Requires: sdl >= @SDL_VERSION@
Libs: -L${libdir} -lSDL_image
Cflags: -I${includedir}/SDL