summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2022-08-13 12:10:05 +0200
committerThomas Heijligen <src@posteo.de>2022-09-12 07:14:10 +0000
commit66dc554d7f72860ccb4cf6fcfd0eb89df9a7564f (patch)
tree2dfc551693cf933a98466f879086966d34550a5a /meson_options.txt
parentc696220f97ebc9a72adcb2b56e70ba706a7d88f3 (diff)
downloadflashrom-66dc554d7f72860ccb4cf6fcfd0eb89df9a7564f.tar.gz
flashrom-66dc554d7f72860ccb4cf6fcfd0eb89df9a7564f.tar.bz2
flashrom-66dc554d7f72860ccb4cf6fcfd0eb89df9a7564f.zip
meson: Overhaul the print_wiki option
- Rename `print_wiki` to `classic_cli_print_wiki` - Make it a meson feature type - `classic_cli` must be enabled to enable `classic_cli_print_wiki` - `classic_cli_print_wiki` is disabled by default Change-Id: Ic6c959b8b64ec2756b4535bd1b3320860f836aa5 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/66703 Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 850505d4b..4ec4aaa84 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,7 +1,7 @@
option('pciutils', type : 'boolean', value : true, description : 'use pciutils')
option('usb', type : 'boolean', value : true, description : 'use libusb1')
option('classic_cli', type : 'feature', value : 'enabled', description : 'classic flashrom cli binary')
-option('print_wiki', type : 'boolean', value : true, description : 'Print Wiki')
+option('classic_cli_print_wiki', type : 'feature', value : 'disabled', description : 'Print Wiki')
option('default_programmer_name', type : 'string', description : 'default programmer')
option('default_programmer_args', type : 'string', description : 'default programmer arguments')
option('ich_descriptors_tool', type : 'feature', value : 'auto', description : 'Build ich_descriptors_tool')