From cbe7327ff36ca6b142c43c0e0491b989726ecc9b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 13 Nov 2025 17:55:18 -0500 Subject: Remove example plugins These are now maintained in the separate "lv2-examples" project to keep the dependencies of lv2 itself minimal. --- test/meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.1