diff options
author | Alexandros Theodotou <alex@zrythm.org> | 2021-02-12 11:07:58 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-02-15 10:21:44 -0500 |
commit | 08ca5ba8003ba421566412675be4d9bebd85b82c (patch) | |
tree | 290415c2ecaf4a8a729a2aa8f4a029ac65a9ddfa /wscript | |
parent | f235528015532bc0885330476f2a3b666c4c9a4a (diff) | |
download | jalv-08ca5ba8003ba421566412675be4d9bebd85b82c.tar.gz jalv-08ca5ba8003ba421566412675be4d9bebd85b82c.tar.bz2 jalv-08ca5ba8003ba421566412675be4d9bebd85b82c.zip |
Pass ui:scaleFactor option to UIs
This option was added in LV2 1.18.0.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |