Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
421B

  1. diff --git a/fluidsynth.pc.in b/fluidsynth.pc.in
  2. index 3aca407..834d95b 100644
  3. --- a/fluidsynth.pc.in
  4. +++ b/fluidsynth.pc.in
  5. @@ -6,5 +6,5 @@ includedir=@includedir@
  6. Name: FluidSynth
  7. Description: Software SoundFont synth
  8. Version: @VERSION@
  9. -Libs: -L${libdir} -lfluidsynth
  10. +Libs: -L${libdir} -lfluidsynth -lglib-2.0 -lgthread-2.0 -lsndfile -lFLAC -lvorbisenc -lvorbis -lopus -logg -lpthread -lm
  11. Cflags: -I${includedir}