Codebase list libsdl2-mixer / 88aabe6b-82be-4b0d-b2c1-ed562b07805f/main SDL2_mixer.pc.in
88aabe6b-82be-4b0d-b2c1-ed562b07805f/main

Tree @88aabe6b-82be-4b0d-b2c1-ed562b07805f/main (Download .tar.gz)

SDL2_mixer.pc.in @88aabe6b-82be-4b0d-b2c1-ed562b07805f/mainraw · history · blame

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: SDL2_mixer
Description: mixer library for Simple DirectMedia Layer
Version: @VERSION@
Requires: sdl2 >= @SDL_VERSION@
Libs: -L${libdir} -lSDL2_mixer
Cflags: -I${includedir}/SDL2
Requires.private: @PC_REQUIRES@
Libs.private: @PC_LIBS@