From 5b34bdd833704d6773d97ef4b7ca77d64ea2ccb0 Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Fri, 12 May 2023 16:33:20 +0200 Subject: meson_options.txt: Unquote true Meson 1.1.0 deprecates the translation from 'true' to true and 'false' to false in the boolean typed option. Remove the quotes to keep compatible with newer meson versions. https://mesonbuild.com/Release-notes-for-1-1-0.html#coercing-values-in-the-option-function-is-deprecated Change-Id: Ib3a46112678098ff3b2e92c44cf4539089216106 Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/75149 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) Reviewed-by: Anastasia Klimchuk --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 91d304507..732d8d52e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -5,7 +5,7 @@ option('default_programmer_args', type : 'string', description : 'default progra option('ich_descriptors_tool', type : 'feature', value : 'auto', description : 'Build ich_descriptors_tool') option('bash_completion', type : 'feature', value : 'auto', description : 'Install bash completion') option('tests', type : 'feature', value : 'auto', description : 'Build unit tests') -option('use_internal_dmi', type : 'boolean', value : 'true') +option('use_internal_dmi', type : 'boolean', value : true) option('programmer', type : 'array', value : ['auto'], choices : [ 'auto', 'all', 'group_internal', 'group_external', -- cgit v1.2.3