1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: @PACKAGE@
7Description: image loading library for Simple DirectMedia Layer
8Version: @VERSION@
9Requires: sdl2 >= @SDL_VERSION@
10Libs: -L${libdir} -lSDL2_image
11Cflags: -I${includedir}/SDL2
12
13