diff options
author | Alexander F Rødseth <alexander.rodseth@appeartv.com> | 2018-03-01 13:12:02 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-02 09:00:44 +0100 |
commit | 96164a3936af2dc2103d4d1ffa3b3b36b5017bff (patch) | |
tree | 65ee44e66b2c95ff053a015400e7b5eb9cd2d569 /meson_options.txt | |
parent | 6d1d8f66e03a141b985f456f33b36bf01cebb2d6 (diff) | |
download | systemd-96164a3936af2dc2103d4d1ffa3b3b36b5017bff.tar.gz |
Add build-time option to change the color of the "OK" status text
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index dca9dfc16c..59fb20b0a4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -298,6 +298,14 @@ option('slow-tests', type : 'boolean', value : 'false', option('install-tests', type : 'boolean', value : 'false', description : 'install test executables') +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'], + value : 'green', + description: 'color of the "OK" status message') + option('oss-fuzz', type : 'boolean', value : 'false', description : 'build against oss-fuzz') option('llvm-fuzz', type : 'boolean', value : 'false', |