mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-28 14:42:03 +00:00
13 lines
370 B
PkgConfig
13 lines
370 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: SDL2_mixer
|
|
Description: mixer library for Simple DirectMedia Layer
|
|
Version: 2.8.0
|
|
Requires: sdl2 >= 2.0.9
|
|
Libs: -L${libdir} -lSDL2_mixer
|
|
Cflags: -I${includedir}/SDL2
|
|
Requires.private: opusfile vorbisfile flac libgme libmodplug libxmp libmpg123 fluidsynth wavpack
|
|
Libs.private:
|