aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5d55e09c..4562d9de 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,8 +7,8 @@ option('strict', type: 'boolean', value: false, yield: true,
option('tests', type: 'boolean', value: true, yield: true,
description: 'Build tests')
-option('utils', type: 'boolean', value: true, yield: true,
- description: 'Build command line utilities')
+option('tools', type: 'boolean', value: true, yield: true,
+ description: 'Build command line tools')
option('static', type: 'boolean', value: false, yield: true,
description: 'Statically link executables')