mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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>
This commit is contained in:
parent
c3a0ee847a
commit
2634733c6b
6 changed files with 31 additions and 12 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue