[beast: 2/12] BUILD: require rapicorn-15 >= 15.09.1
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 2/12] BUILD: require rapicorn-15 >= 15.09.1
- Date: Mon, 2 Nov 2015 19:26:21 +0000 (UTC)
commit 03baec46130269856abb2623bd2c8c2211228e50
Author: Tim Janik <timj gnu org>
Date: Mon Oct 19 12:54:18 2015 +0200
BUILD: require rapicorn-15 >= 15.09.1
Signed-off-by: Tim Janik <timj gnu org>
configure.ac | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a094783..f41ce59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -325,8 +325,9 @@ AC_DEFUN([AC_SFI_REQUIREMENTS],
AC_DEFUN([AC_BSE_REQUIREMENTS],
[
dnl # require Rapicorn
- PKG_CHECK_MODULES(RAPICORN, rapicorn-15.09 >= 15.09.1)
- MC_ASSERT_PROG(AIDACC, aidacc-15.09, [aidacc gets shipped with Rapicorn])
+ PKG_CHECK_MODULES(RAPICORN, rapicorn >= 15.09.1)
+ MC_ASSERT_PROG(AIDACC, aidacc, [aidacc gets shipped with Rapicorn])
+ MC_ASSERT_PROG(AIDACC, rapidres, [rapidres gets shipped with Rapicorn])
dnl # --- Ogg/Vorbis check ---
PKG_CHECK_MODULES(OGGVORBIS, ogg >= 1.2.2 vorbis >= 1.3.2 vorbisfile >= 1.3.2 vorbisenc >= 1.3.2)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]