[SCM] calf/master: Use lv2 instead of lv2core because lv2_state.h depends on it.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:41:14 UTC 2013


The following commit has been merged in the master branch:
commit 29572ed0f7ee34c0aba3c4688cc84897180a5a3a
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Mon Sep 24 21:08:30 2012 +0100

    Use lv2 instead of lv2core because lv2_state.h depends on it.

diff --git a/configure.ac b/configure.ac
index ae2b89d..bab850d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,7 +72,7 @@ if test "$JACK_FOUND" = "yes"; then
   PKG_CHECK_MODULES(JACK_MIDI_DEPS, jack >= 0.105.0, OLD_JACK="no", OLD_JACK="yes")
 fi
 
-PKG_CHECK_MODULES(LV2_DEPS, lv2core >= 1, LV2_FOUND="yes", LV2_FOUND="no")
+PKG_CHECK_MODULES(LV2_DEPS, lv2 >= 1, LV2_FOUND="yes", LV2_FOUND="no")
 
 PKG_CHECK_MODULES(LASH_DEPS, lash-1.0 >= 0.6.0,
   AC_CHECK_LIB([lash], [lash_client_is_being_restored], LASH_0_6_FOUND="yes", LASH_0_6_FOUND="no"),

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list