From 0e5ae9577e1f353a47dd46f891fe03aa8ab8e6d7 Mon Sep 17 00:00:00 2001 From: Daniel Campello Date: Tue, 16 Mar 2021 17:17:14 -0600 Subject: 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 Change-Id: I97d2fd687aa21533b86f9af446038bfe3da1f7d3 Reviewed-on: https://review.coreboot.org/c/flashrom/+/51552 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index b599d665..cd92f10a 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') -- cgit v1.2.3