From ebcacad78b496604291a168aa3bc64ac96823cf9 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Thu, 9 Jan 2025 14:06:47 -0700 Subject: [PATCH] meson: Disable fdt --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index d9b2023c805..40abf01daff 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -320,7 +320,7 @@ option('vduse_blk_export', type: 'feature', value: 'auto', option('capstone', type: 'feature', value: 'auto', description: 'Whether and how to find the capstone library') -option('fdt', type: 'combo', value: 'auto', +option('fdt', type: 'combo', value: 'disabled', choices: ['disabled', 'enabled', 'auto', 'system', 'internal'], description: 'Whether and how to find the libfdt library')