diff options
author | Taylor Simpson <tsimpson@quicinc.com> | 2023-04-27 15:59:52 -0700 |
---|---|---|
committer | Taylor Simpson <tsimpson@quicinc.com> | 2023-05-18 12:40:51 -0700 |
commit | 63efb6ab5601762a40a739f97328be69b6b89561 (patch) | |
tree | b764bd57a2d4dc36147e7d760efde0d40322fcb7 /meson.build | |
parent | 4dd311ed2ee695a86ea77281c20dbeb115403d21 (diff) | |
download | qemu-63efb6ab5601762a40a739f97328be69b6b89561.zip qemu-63efb6ab5601762a40a739f97328be69b6b89561.tar.gz qemu-63efb6ab5601762a40a739f97328be69b6b89561.tar.bz2 |
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>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index d3cf489..b36124f 100644 --- a/meson.build +++ b/meson.build @@ -1866,6 +1866,7 @@ endif config_host_data.set('CONFIG_GTK', gtk.found()) config_host_data.set('CONFIG_VTE', vte.found()) 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_LIBCAP_NG', libcap_ng.found()) config_host_data.set('CONFIG_EBPF', libbpf.found()) |