meson: Disable fdt

This commit is contained in:
Matt Borgerson 2025-01-09 14:06:47 -07:00 committed by mborgerson
parent f417d8b7ae
commit ebcacad78b
1 changed files with 1 additions and 1 deletions

View File

@ -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')