0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-06-03 10:11:00 +00:00
SRB2/libs/SDL2_mixer/x86_64-w64-mingw32/lib/pkgconfig/SDL2_mixer.pc

13 lines
288 B
PkgConfig
Raw Normal View History

prefix=/opt/local/x86_64-w64-mingw32
2016-05-18 01:53:35 -04:00
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: SDL2_mixer
Description: mixer library for Simple DirectMedia Layer
Version: 2.0.4
2017-10-28 18:03:18 -04:00
Requires: sdl2 >= 2.0.7
2016-05-18 01:53:35 -04:00
Libs: -L${libdir} -lSDL2_mixer
Cflags: -I${includedir}/SDL2