11 lines
268 B
PkgConfig
Executable file
11 lines
268 B
PkgConfig
Executable file
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: SDL2_gfx
|
|
Description: drawing and graphical effects extension for SDL
|
|
Version: @VERSION@
|
|
Requires: sdl2 >= @SDL_VERSION@
|
|
Libs: -L${libdir} -lSDL2_gfx
|
|
Cflags: -I${includedir}/SDL2
|