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. --- meson_options.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 4b12f68..365f916 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -22,9 +22,6 @@ option('old_headers', type: 'boolean', option('online_docs', type: 'boolean', value: false, description: 'Build documentation for online hosting') -option('plugins', type: 'feature', - description: 'Build example plugins') - option('tests', type: 'feature', description: 'Build tests') -- cgit v1.2.1