diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-07-29 15:40:07 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:19 -0400 |
commit | 2634733c6bfcb803a6b8f107a8ed1f3c598b0a47 (patch) | |
tree | 40f1ef0b450be1c1bb1c955194d408e16246e7e0 /configure | |
parent | c3a0ee847a571095fa3c81c4c5352f85f42d9fb6 (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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |