summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-03-02 09:09:29 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:59:12 +0200
commitf9436d774b8b8651ae635d3f1b39a17817160090 (patch)
tree760da8114f9634c38fff326d03d5db90fefb5064 /meson_options.txt
parent4e02feb618b8f6a2661059782a77d79b85a29eb9 (diff)
meson: use dashes in colour names
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 2b973251b..bbaeeb690 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -361,9 +361,9 @@ option('install-tests', type : 'boolean', value : 'false',
option('ok-color', type: 'combo',
choices : ['black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan',
- 'white', 'highlight_black', 'highlight_red', 'highlight_green',
- 'highlight_yellow', 'highlight_blue', 'highlight_magenta',
- 'highlight_cyan', 'highlight_white'],
+ 'white', 'highlight-black', 'highlight-red', 'highlight-green',
+ 'highlight-yellow', 'highlight-blue', 'highlight-magenta',
+ 'highlight-cyan', 'highlight-white'],
value : 'green',
description: 'color of the "OK" status message')