Codebase list libsdl2-mixer / run/f301c3ea-d41d-4006-bc85-d8ad64161350/main SDL2_mixer.pc.in
run/f301c3ea-d41d-4006-bc85-d8ad64161350/main

Tree @run/f301c3ea-d41d-4006-bc85-d8ad64161350/main (Download .tar.gz)

SDL2_mixer.pc.in @run/f301c3ea-d41d-4006-bc85-d8ad64161350/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@