aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 0a0175c..6720203 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: CC0-1.0 OR ISC
project('lv2', ['c'],
- version: '1.18.8',
+ version: '1.18.9',
license: 'ISC',
meson_version: '>= 0.56.0',
default_options: [
@@ -64,7 +64,6 @@ pkg.generate(
description: 'Plugin standard for audio systems',
filebase: 'lv2',
name: 'LV2',
- subdirs: ['lv2'],
variables: [
'lv2dir=' + lv2dir,
'plugindir=' + lv2dir,