]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson: Propagate gnutls dependency to migration
authorJessica Clarke <jrtc27@jrtc27.com>
Sat, 20 Mar 2021 17:12:21 +0000 (17:12 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 1 Apr 2021 07:40:45 +0000 (09:40 +0200)
commit76f67bac79f6d915c7760d46c2be58731def8f03
tree48dd4b7f8a3fcddc75a0c847e49ee69d6c14c1a8
parent6ee55e1d10c25c2f6bf5ce2084ad2327e17affa5
meson: Propagate gnutls dependency to migration

Commit 3eacf70bb5a83e4775ad8003cbca63a40f70c8c2 neglected to fix this
for softmmu configs, which pull in migration's use of gnutls.

This fixes the following compilation failure on Arm-based Macs:

  In file included from migration/multifd.c:23:
  In file included from migration/tls.h:25:
  In file included from include/io/channel-tls.h:26:
  In file included from include/crypto/tlssession.h:24:
  include/crypto/tlscreds.h:28:10: fatal error: 'gnutls/gnutls.h' file not found
  #include <gnutls/gnutls.h>
           ^~~~~~~~~~~~~~~~~
  1 error generated.

(as well as for channel.c and tls.c)

Signed-off-by: Jessica Clarke <jrtc27@jrtc27.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20210320171221.37437-1-jrtc27@jrtc27.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
migration/meson.build