summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2021-08-14 14:38:43 +0200
committerJan Janssen <medhefgo@web.de>2021-08-17 13:59:12 +0200
commite313e934db2baab43f64ad47b8c4be3c3e746b46 (patch)
treeed59d89be8eff5b2e007950be1f189023d5b732f /meson_options.txt
parent8a8e5666ceb92173f3c29924b81656337f11dce7 (diff)
downloadsystemd-e313e934db2baab43f64ad47b8c4be3c3e746b46.tar.gz
sd-boot: Add compile-time color support
Fixes: #10139
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 110a471b6b..bcde759044 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -430,6 +430,14 @@ option('sbat-distro-version', type : 'string',
description : 'SBAT distribution package version, e.g. 248-7.fc34')
option('sbat-distro-url', type : 'string',
description : 'SBAT distribution URL, e.g. https://src.fedoraproject.org/rpms/systemd')
+option('efi-color-normal', type : 'string', value : 'lightgray,black',
+ description : 'general boot loader color in "foreground,background" form, see constants from eficon.h')
+option('efi-color-entry', type : 'string', value : 'lightgray,black',
+ description : 'boot loader color for entries')
+option('efi-color-highlight', type : 'string', value : 'black,lightgray',
+ description : 'boot loader color for selected entries')
+option('efi-color-edit', type : 'string', value : 'lightgray,black',
+ description : 'boot loader color for option line edit')
option('bashcompletiondir', type : 'string',
description : 'directory for bash completion scripts ["no" disables]')