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 79c1de1..69ae358 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,6 @@
+# Copyright 2022-2023 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: 0BSD OR ISC
+
option('fdgl', type: 'feature', value: 'auto', yield: true,
description: 'Build with force-directed graph layout support')
@@ -13,9 +16,6 @@ option('light', type: 'boolean', value: 'false', yield: true,
option('nls', type: 'feature', value: 'auto', yield: true,
description: 'Build with native language support')
-option('strict', type: 'boolean', value: false, yield: true,
- description: 'Enable ultra-strict warnings')
-
option('title', type: 'string', value: 'Ganv',
description: 'Project title')