From 08ca5ba8003ba421566412675be4d9bebd85b82c Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Fri, 12 Feb 2021 11:07:58 +0000 Subject: Pass ui:scaleFactor option to UIs This option was added in LV2 1.18.0. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index c257ab1..dae6174 100644 --- a/wscript +++ b/wscript @@ -110,7 +110,7 @@ def configure(conf): ], }) - conf.check_pkg('lv2 >= 1.17.2', uselib_store='LV2') + conf.check_pkg('lv2 >= 1.18.0', uselib_store='LV2') conf.check_pkg('lilv-0 >= 0.24.0', uselib_store='LILV') conf.check_pkg('serd-0 >= 0.24.0', uselib_store='SERD') conf.check_pkg('sord-0 >= 0.14.0', uselib_store='SORD') -- cgit v1.2.1