diff options
author | David Robillard <d@drobilla.net> | 2012-08-29 18:12:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-29 18:12:21 +0000 |
commit | 59e4fcba4ff314ca0e53a4b3b7751bf6eb46acf9 (patch) | |
tree | e14806edb250838229b169fc02d52e70063b0d70 /wscript | |
parent | 03b3376709e6f5b3c9be45da5917a7f246d9f051 (diff) | |
download | ingen-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-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |