diff options
author | Thomas Huth <thuth@redhat.com> | 2022-05-16 16:58:23 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-05-18 08:54:22 +0200 |
commit | 83602083b4ada6ceb86bfb327e83556ebab120fc (patch) | |
tree | 8b29a67b527332db99e375a4c8152c62e4055e85 /meson_options.txt | |
parent | 43ecd16678b74b281c3cc7de0dd62a36279b6025 (diff) |
capstone: Remove the capstone submodule
Now that we allow compiling with Capstone v3.0.5 again, all our supported
build hosts should provide at least this version of the disassembler
library, so we do not need to ship this as a submodule anymore.
Message-Id: <20220516145823.148450-4-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index 29c6b90cec..fcdc43f7db 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -252,8 +252,7 @@ option('virtfs', type: 'feature', value: 'auto', option('virtiofsd', type: 'feature', value: 'auto', description: 'build virtiofs daemon (virtiofsd)') -option('capstone', type: 'combo', value: 'auto', - choices: ['disabled', 'enabled', 'auto', 'system', 'internal'], +option('capstone', type: 'feature', value: 'auto', description: 'Whether and how to find the capstone library') option('slirp', type: 'combo', value: 'auto', choices: ['disabled', 'enabled', 'auto', 'system', 'internal'], |