aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-07-29 15:40:07 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:19 -0400
commit2634733c6bfcb803a6b8f107a8ed1f3c598b0a47 (patch)
tree40f1ef0b450be1c1bb1c955194d408e16246e7e0 /configure
parentc3a0ee847a571095fa3c81c4c5352f85f42d9fb6 (diff)
meson: convert chardev directory to Meson (emulator part)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index a8f7c912da..68cf306ce8 100755
--- a/configure
+++ b/configure
@@ -7393,6 +7393,8 @@ if test "$zlib" != "no" ; then
fi
if test "$spice" = "yes" ; then
echo "CONFIG_SPICE=y" >> $config_host_mak
+ echo "SPICE_CFLAGS=$spice_cflags" >> $config_host_mak
+ echo "SPICE_LIBS=$spice_libs" >> $config_host_mak
fi
if test "$smartcard" = "yes" ; then