summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 624285f1..686898a9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,6 @@
+# Copyright 2020-2023 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later
+
option('bindings_py', type: 'feature', value: 'auto', yield: true,
description: 'Build Python bindings')
@@ -19,8 +22,5 @@ option('lv2dir', type: 'string', value: '', yield: true,
option('portaudio', type: 'feature', value: 'auto', yield: true,
description: 'Build PortAudio driver')
-option('strict', type: 'boolean', value: false, yield: true,
- description: 'Enable ultra-strict warnings')
-
option('title', type: 'string', value: 'Ingen',
description: 'Project title')