summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e6467c1..05c798d 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: 0BSD OR ISC
project('suil', ['c', 'cpp'],
- version: '0.10.18',
+ version: '0.10.19',
license: 'ISC',
meson_version: '>= 0.56.0',
default_options: [
@@ -167,6 +167,7 @@ pkg.generate(
extra_cflags: extra_c_args,
filebase: versioned_name,
name: 'Suil',
+ requires: ['lv2'],
subdirs: [versioned_name],
version: meson.project_version(),
)