mirror of https://github.com/xemu-project/xemu.git
meson: Disable fdt
This commit is contained in:
parent
f417d8b7ae
commit
ebcacad78b
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue