diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-07-15 14:50:58 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:13 -0400 |
commit | 157e7b13b93e7fc5440093486932a69ef0ecfdee (patch) | |
tree | 52066820f6c481650a7d13877aab5dfceb242ebb /configure | |
parent | ade60d4fe1b5e840080a113885af2bcca6f69bc3 (diff) | |
download | qemu-157e7b13b93e7fc5440093486932a69ef0ecfdee.zip qemu-157e7b13b93e7fc5440093486932a69ef0ecfdee.tar.gz qemu-157e7b13b93e7fc5440093486932a69ef0ecfdee.tar.bz2 |
meson: add qemu-edid
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6717,7 +6717,7 @@ fi tools="" if test "$want_tools" = "yes" ; then - tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) qemu-edid\$(EXESUF) $tools" + tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools" if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then tools="qemu-nbd\$(EXESUF) qemu-storage-daemon\$(EXESUF) $tools" fi |