aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-03-02 13:00:07 +0100
committerGitHub <noreply@github.com>2018-03-02 13:00:07 +0100
commit3cca71c456046ba64fa187558a96f1faf600a553 (patch)
tree2413157ee203a18d0af62196d6d3d1c5b08661d3 /meson_options.txt
parentsysusers: support `u username -:300` style syntax (#8325) (diff)
parentmeson: use dashes in colour names (diff)
downloadsystemd-3cca71c456046ba64fa187558a96f1faf600a553.tar.gz
systemd-3cca71c456046ba64fa187558a96f1faf600a553.tar.bz2
systemd-3cca71c456046ba64fa187558a96f1faf600a553.zip
Merge pull request #8323 from xyproto/ok_color
Make the color of the status OK configurable at build-time
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2d2798184..4efb422f9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -300,6 +300,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',