summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDaniel Campello <campello@chromium.org>2021-03-16 17:17:14 -0600
committerEdward O'Callaghan <quasisec@chromium.org>2021-03-19 00:48:39 +0000
commit0e5ae9577e1f353a47dd46f891fe03aa8ab8e6d7 (patch)
tree076d569492714f4c307c6286bc91378f38d0b7c1 /meson_options.txt
parent8d6ef739b1cb3415dd9fb1162a88d607dd54a6b8 (diff)
downloadflashrom-0e5ae9577e1f353a47dd46f891fe03aa8ab8e6d7.tar.gz
flashrom-0e5ae9577e1f353a47dd46f891fe03aa8ab8e6d7.tar.bz2
flashrom-0e5ae9577e1f353a47dd46f891fe03aa8ab8e6d7.zip
meson: Add print_wiki option
Align meson options to be equivalent to the Makefile as they are used in Gentoo's ebuilds. Signed-off-by: Daniel Campello <campello@chromium.org> Change-Id: I97d2fd687aa21533b86f9af446038bfe3da1f7d3 Reviewed-on: https://review.coreboot.org/c/flashrom/+/51552 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b599d6659..cd92f10a2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,6 @@
option('pciutils', type : 'boolean', value : true, description : 'use pciutils')
option('usb', type : 'boolean', value : true, description : 'use libusb1')
+option('print_wiki', type : 'boolean', value : true, description : 'Print Wiki')
option('config_atahpt', type : 'boolean', value : false, description : 'Highpoint (HPT) ATA/RAID controllers')
option('config_atapromise', type : 'boolean', value : false, description : 'Promise ATA controller')