aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-11-13 17:55:18 -0500
committerDavid Robillard <d@drobilla.net>2025-11-13 19:59:41 -0500
commitcbe7327ff36ca6b142c43c0e0491b989726ecc9b (patch)
treeacc598ee074a58152cc91953c272be728cc8c9c6 /test
parentc664e354487332ba5f204c62a4a5df41b2cbda1f (diff)
downloadlv2-cbe7327ff36ca6b142c43c0e0491b989726ecc9b.tar.xz
Remove example plugins
These are now maintained in the separate "lv2-examples" project to keep the dependencies of lv2 itself minimal.
Diffstat (limited to 'test')
-rw-r--r--test/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/meson.build b/test/meson.build
index 5b6a41c..c4a483d 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -32,7 +32,6 @@ if get_option('lint')
lv2_source_root / 'doc',
lv2_source_root / 'lv2',
lv2_source_root / 'lv2specgen',
- lv2_source_root / 'plugins',
lv2_source_root / 'schemas.lv2',
],
suite: 'data',
@@ -109,7 +108,6 @@ if get_option('lint')
python_scripts = lv2_scripts + files(
'../lv2specgen/lv2docgen.py',
'../lv2specgen/lv2specgen.py',
- '../plugins/literasc.py',
)
# Check script formatting