From e313e934db2baab43f64ad47b8c4be3c3e746b46 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 14 Aug 2021 14:38:43 +0200 Subject: sd-boot: Add compile-time color support Fixes: #10139 --- meson_options.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meson_options.txt') 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]') -- cgit v1.2.1