From f9436d774b8b8651ae635d3f1b39a17817160090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 2 Mar 2018 09:09:29 +0100 Subject: meson: use dashes in colour names --- meson_options.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meson_options.txt') 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') -- cgit v1.2.3