zdoom-macos-deps/deps/fluidsynth/lib/pkgconfig/fluidsynth.pc

13 lines
387 B
PkgConfig
Raw Normal View History

2020-12-12 10:53:02 +00:00
prefix=
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: FluidSynth
Description: Software SoundFont synth
2023-09-26 10:42:32 +00:00
Version: 2.3.4
2021-11-22 08:09:43 +00:00
Requires.private: glib-2.0 gthread-2.0 sndfile libinstpatch-1.0
2020-12-12 10:53:02 +00:00
Libs: -L${libdir} -lfluidsynth
2022-09-21 07:25:28 +00:00
Libs.private: -lm -Wl,-framework,CoreAudio,-framework,AudioUnit -Wl,-framework,CoreMIDI,-framework,CoreServices
2020-12-12 10:53:02 +00:00
Cflags: -I${includedir}