aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2022-02-22 20:17:09 +0000
committerPeter Maydell <peter.maydell@linaro.org>2022-02-22 20:17:09 +0000
commit31e3caf21b6cdf54d11f3744b8b341f07a30b5d7 (patch)
tree2c17ff9d78a20de5148bf78ee4f0698a3054fe08 /configure
parent5abccc7922ca5291327b0a1e84ace526d97c633b (diff)
parent1e2d555846226a9e5fb1052fe8ba6f30480f33a9 (diff)
downloadqemu-31e3caf21b6cdf54d11f3744b8b341f07a30b5d7.zip
qemu-31e3caf21b6cdf54d11f3744b8b341f07a30b5d7.tar.gz
qemu-31e3caf21b6cdf54d11f3744b8b341f07a30b5d7.tar.bz2
Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-7.0-pull-request' into staging
Trivial branch pull request 20220222 # gpg: Signature made Tue 22 Feb 2022 16:16:01 GMT # gpg: using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C # gpg: issuer "laurent@vivier.eu" # gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full] # gpg: aka "Laurent Vivier <laurent@vivier.eu>" [full] # gpg: aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full] # Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F 5173 F30C 38BD 3F2F BE3C * remotes/lvivier-gitlab/tags/trivial-branch-for-7.0-pull-request: hid: Implement support for side and extra buttons vdpa: Make ncs autofree qemu-options: fix incorrect description for '-drive index=' hw/nvram: use at24 macro target/rx: Remove unused ENV_OFFSET definition target/avr: Correct AVRCPUClass docstring configure: Disable capstone and slirp in the --without-default-features mode Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 7 insertions, 2 deletions
diff --git a/configure b/configure
index 6d34ff8..c56ed53 100755
--- a/configure
+++ b/configure
@@ -331,9 +331,14 @@ skip_meson=no
# are included in the automatically generated help message)
# 1. Track which submodules are needed
-capstone="auto"
+if test "$default_feature" = no ; then
+ capstone="disabled"
+ slirp="disabled"
+else
+ capstone="auto"
+ slirp="auto"
+fi
fdt="auto"
-slirp="auto"
# 2. Support --with/--without option
default_devices="true"