mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 19:33:39 +08:00
meson.build Add CONFIG_HEXAGON_IDEF_PARSER
Enable conditional compilation depending on whether idef-parser is configured Signed-off-by: Taylor Simpson <tsimpson@quicinc.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230427230012.3800327-2-tsimpson@quicinc.com>
This commit is contained in:
parent
4dd311ed2e
commit
63efb6ab56
@ -1866,6 +1866,7 @@ endif
|
|||||||
config_host_data.set('CONFIG_GTK', gtk.found())
|
config_host_data.set('CONFIG_GTK', gtk.found())
|
||||||
config_host_data.set('CONFIG_VTE', vte.found())
|
config_host_data.set('CONFIG_VTE', vte.found())
|
||||||
config_host_data.set('CONFIG_GTK_CLIPBOARD', have_gtk_clipboard)
|
config_host_data.set('CONFIG_GTK_CLIPBOARD', have_gtk_clipboard)
|
||||||
|
config_host_data.set('CONFIG_HEXAGON_IDEF_PARSER', get_option('hexagon_idef_parser'))
|
||||||
config_host_data.set('CONFIG_LIBATTR', have_old_libattr)
|
config_host_data.set('CONFIG_LIBATTR', have_old_libattr)
|
||||||
config_host_data.set('CONFIG_LIBCAP_NG', libcap_ng.found())
|
config_host_data.set('CONFIG_LIBCAP_NG', libcap_ng.found())
|
||||||
config_host_data.set('CONFIG_EBPF', libbpf.found())
|
config_host_data.set('CONFIG_EBPF', libbpf.found())
|
||||||
|
Loading…
Reference in New Issue
Block a user