From 794a017a15ac911b7a3bda57ad6ebd1f1677c790 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 26 Mar 2012 03:58:21 +0000 Subject: Update for latest LV2. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@4106 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index f925c76..43a67d8 100644 --- a/wscript +++ b/wscript @@ -24,7 +24,7 @@ def configure(conf): conf.line_just = 23 autowaf.display_header('Mdala Configuration') - autowaf.check_pkg(conf, 'lv2core', uselib_store='LV2CORE') + autowaf.check_pkg(conf, 'lv2', atleast_version='0.1.0', uselib_store='LV2') conf.env.append_unique('CFLAGS', '-std=c99') @@ -55,7 +55,7 @@ def build_plugin(bld, lang, bundle, name, source, cflags=[], libs=[]): if libs != []: autowaf.use_lib(bld, obj, libs) obj.install_path = '${LV2DIR}/' + bundle - obj.uselib = ['LV2CORE'] + obj.uselib = ['LV2'] # Install data file data_file = '%s.ttl' % name -- cgit v1.2.1