Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 275 Bytes

SDL2_image.pc.in

File metadata and controls

12 lines (10 loc) · 275 Bytes
 
1
2
3
4
5
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
7
8
Description: image loading library for Simple DirectMedia Layer
Version: @VERSION@
9
10
Requires: sdl2 >= @SDL_VERSION@
Libs: -L${libdir} -lSDL2_image
11
Cflags: -I${includedir}/SDL2