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