[beast/wip/soundfont: 1/832] BUILD: added configure check for libfluidsynth, required for SoundFonts
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/wip/soundfont: 1/832] BUILD: added configure check for libfluidsynth, required for SoundFonts
- Date: Sun, 6 Nov 2016 11:49:02 +0000 (UTC)
commit 8d7a68639bb5a09c1bfc9bbb9495689c7279209e
Author: Stefan Westerfeld <stefan space twc de>
Date: Mon Nov 8 22:46:58 2010 +0100
BUILD: added configure check for libfluidsynth, required for SoundFonts
configure.in | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 808fb2b..e2b38c6 100644
--- a/configure.in
+++ b/configure.in
@@ -266,9 +266,12 @@ AC_DEFUN([AC_BSE_REQUIREMENTS],
AC_MSG_ERROR([Ogg/Vorbis is missing, but required])
fi
+ dnl Check for FluidSynth
+ PKG_CHECK_MODULES(FLUID, fluidsynth >= 1.0.6)
+
dnl # --- complete CFLAGS/LIBS setup ---
- BSE_CFLAGS="$MAD_CFLAGS $SFI_CFLAGS"
- BSE_LIBS="$OV_LIBS $MAD_LIBS $SFI_LIBS"
+ BSE_CFLAGS="$MAD_CFLAGS $SFI_CFLAGS $FLUID_CFLAGS"
+ BSE_LIBS="$OV_LIBS $MAD_LIBS $SFI_LIBS $FLUID_LIBS"
AC_SUBST(BSE_CFLAGS)
AC_SUBST(BSE_LIBS)
dnl # --- figure stuff for bse.pc ---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]