mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
de05ef2a1c
* add missing link to libmman * more complete list of private dependencies in pkg-config file
12 lines
324 B
PkgConfig
12 lines
324 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: FluidSynth
|
|
Description: Software SoundFont synth
|
|
Version: @VERSION@
|
|
Requires.private: @PC_REQUIRES_PRIV_JOINED@
|
|
Libs: -L${libdir} -lfluidsynth
|
|
Libs.private: @LIBS_PRIVATE_JOINED@ @LIBS_PRIVATE_WITH_PATH_JOINED@
|
|
Cflags: -I${includedir}
|