New comit of SDL2
[supertux.git] / src / SDL2 / SDL2_image.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: @PACKAGE@
7 Description: image loading library for Simple DirectMedia Layer
8 Version: @VERSION@
9 Requires: sdl2 >= @SDL_VERSION@
10 Libs: -L${libdir} -lSDL2_image
11 Cflags: -I${includedir}/SDL2
12