summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-31 19:19:21 +0200
committerDavid Robillard <d@drobilla.net>2019-04-10 10:24:33 +0200
commit30d59c8f6eb31e0e8bd2ae2bef8f5881786eeb08 (patch)
tree09187b6377e561b1428278e9aedf8a58f221efe8 /libs/ardour/wscript
parent5f18d8ddfd98a06fc4f6a9b00c751bbed0cc4871 (diff)
Remove support for building against LV2 older than 1.2.0
LV2 1.2.0 was released in 2012, over 6 years ago now.
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 51e9a761c4..0d36e85875 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -300,9 +300,7 @@ def configure(conf):
atleast_version='2.0')
autowaf.check_pkg(conf, 'lv2', uselib_store='LV2',
- atleast_version='1.0.0', mandatory=True)
- autowaf.check_pkg(conf, 'lv2', uselib_store='LV2_1_2_0',
- atleast_version='1.2.0', mandatory=False)
+ atleast_version='1.2.0', mandatory=True)
autowaf.check_pkg(conf, 'lv2', uselib_store='LV2_1_10_0',
atleast_version='1.10.0', mandatory=False)
autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',