aboutsummaryrefslogtreecommitdiffstats
path: root/schemas.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-11-13 16:45:17 -0500
committerDavid Robillard <d@drobilla.net>2025-11-13 16:46:14 -0500
commit24d70a1e94d37ccaa979724715273bdf7b5be062 (patch)
treeefdc28e13f765dd78463b03baf4ffa590a799ea9 /schemas.lv2
parent7cb031f12795a3f4a62428322e30a7ce60358a5c (diff)
downloadlv2-24d70a1e94d37ccaa979724715273bdf7b5be062.tar.xz
Add configuration options to control bundle and header installation
Diffstat (limited to 'schemas.lv2')
-rw-r--r--schemas.lv2/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/schemas.lv2/meson.build b/schemas.lv2/meson.build
index 8a0d36b..e8c8179 100644
--- a/schemas.lv2/meson.build
+++ b/schemas.lv2/meson.build
@@ -12,4 +12,6 @@ schema_data = files(
'xsd.ttl',
)
-install_data(schema_data, install_dir: lv2dir / 'schemas.lv2')
+if get_option('bundles')
+ install_data(schema_data, install_dir: lv2dir / 'schemas.lv2')
+endif