aboutsummaryrefslogtreecommitdiffstats
path: root/schemas.lv2/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'schemas.lv2/meson.build')
-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