singe/thirdparty/SDL2_mixer/SDL2_mixer.pc.in
2023-10-23 19:38:18 -05:00

13 lines
323 B
PkgConfig

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@