aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-08-08 14:30:42 -0400
committerDavid Robillard <d@drobilla.net>2022-01-28 21:57:07 -0500
commit62a515492994a0320b1c45e87b4360adbf1ae9ba (patch)
tree4a12b44ded17f5a3d97e447449379c19dc1da53b /meson_options.txt
parent5aa146e1ce58d295b5f45446bbbbdbb30c8e557d (diff)
downloadserd-62a515492994a0320b1c45e87b4360adbf1ae9ba.tar.gz
serd-62a515492994a0320b1c45e87b4360adbf1ae9ba.tar.bz2
serd-62a515492994a0320b1c45e87b4360adbf1ae9ba.zip
Move serdi to tools subdirectory
This separates the command-line tool code from the library implementation.
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')