mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-15 08:51:41 +00:00
12 lines
322 B
PkgConfig
12 lines
322 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: FluidSynth
|
|
Description: Software SoundFont synth
|
|
Version: 2.1.5
|
|
Requires.private: libinstpatch-1.0
|
|
Libs: -L${libdir} -lfluidsynth
|
|
Libs.private: -framework AudioUnit -framework CoreAudio -framework CoreMIDI
|
|
Cflags: -I${includedir}
|