From 5de6c21ec1d1c6dde705df6cbe47d4aa5e711b55 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 31 Oct 2014 20:44:02 -0400 Subject: More generic RT-safe implementation of LV2 properties. --- libs/ardour/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/wscript') diff --git a/libs/ardour/wscript b/libs/ardour/wscript index dd618f9bcd..0abeb865a4 100644 --- a/libs/ardour/wscript +++ b/libs/ardour/wscript @@ -267,6 +267,8 @@ def configure(conf): 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) + 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', atleast_version='0.14.0', mandatory=True) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', -- cgit v1.2.3