summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-29 18:12:21 +0000
committerDavid Robillard <d@drobilla.net>2012-08-29 18:12:21 +0000
commit59e4fcba4ff314ca0e53a4b3b7751bf6eb46acf9 (patch)
treee14806edb250838229b169fc02d52e70063b0d70 /wscript
parent03b3376709e6f5b3c9be45da5917a7f246d9f051 (diff)
downloadingen-59e4fcba4ff314ca0e53a4b3b7751bf6eb46acf9.tar.gz
ingen-59e4fcba4ff314ca0e53a4b3b7751bf6eb46acf9.tar.bz2
ingen-59e4fcba4ff314ca0e53a4b3b7751bf6eb46acf9.zip
Implement buf-size via options.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4760 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index cbf932d1..b9605f9d 100644
--- a/wscript
+++ b/wscript
@@ -97,7 +97,7 @@ def configure(conf):
define_name='HAVE_POSIX_MEMALIGN',
mandatory=False)
- autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.11', uselib_store='LV2')
+ autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.13', uselib_store='LV2')
autowaf.define(conf, 'INGEN_VERSION', INGEN_VERSION)