From 665beacee489d09c14310489ef00f86119a1cb78 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 9 Aug 2022 09:46:37 -0400 Subject: Fix default LV2_PATH --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 03a5a82..5154f17 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -15,3 +15,6 @@ option('title', type: 'string', value: 'Lilv', option('tools', type: 'feature', value: 'auto', yield: true, description: 'Build command line utilities') + +option('default_lv2_path', type: 'string', value: '', yield: true, + description: 'Default LV2_PATH to use if it is unset') -- cgit v1.2.1