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.build17
1 files changed, 17 insertions, 0 deletions
diff --git a/schemas.lv2/meson.build b/schemas.lv2/meson.build
new file mode 100644
index 0000000..e8c8179
--- /dev/null
+++ b/schemas.lv2/meson.build
@@ -0,0 +1,17 @@
+# Copyright 2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: 0BSD OR ISC
+
+schema_data = files(
+ 'dcterms.ttl',
+ 'doap.ttl',
+ 'foaf.ttl',
+ 'manifest.ttl',
+ 'owl.ttl',
+ 'rdf.ttl',
+ 'rdfs.ttl',
+ 'xsd.ttl',
+)
+
+if get_option('bundles')
+ install_data(schema_data, install_dir: lv2dir / 'schemas.lv2')
+endif