aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-amp.lv2/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/eg-amp.lv2/meson.build')
-rw-r--r--plugins/eg-amp.lv2/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/eg-amp.lv2/meson.build b/plugins/eg-amp.lv2/meson.build
index 2b15b01..2912e3f 100644
--- a/plugins/eg-amp.lv2/meson.build
+++ b/plugins/eg-amp.lv2/meson.build
@@ -1,5 +1,5 @@
# Copyright 2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
plugin_sources = files('amp.c')
bundle_name = 'eg-amp.lv2'
@@ -11,6 +11,7 @@ module = shared_library(
c_args: c_suppressions,
dependencies: [lv2_dep, m_dep],
gnu_symbol_visibility: 'hidden',
+ implicit_include_directories: false,
install: true,
install_dir: lv2dir / bundle_name,
name_prefix: '',
@@ -19,7 +20,7 @@ module = shared_library(
config = configuration_data(
{
'LIB_EXT': '.' + module.full_path().split('.')[-1],
- }
+ },
)
foreach filename : data_filenames