mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
meson: convert backends directory to Meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
cdaf07228c
commit
ab3180515c
7 changed files with 34 additions and 29 deletions
2
configure
vendored
2
configure
vendored
|
@ -4741,6 +4741,7 @@ EOF
|
|||
if compile_prog "" "-lnuma" ; then
|
||||
numa=yes
|
||||
libs_softmmu="-lnuma $libs_softmmu"
|
||||
numa_libs="-lnuma"
|
||||
else
|
||||
if test "$numa" = "yes" ; then
|
||||
feature_not_found "numa" "install numactl devel"
|
||||
|
@ -8367,6 +8368,7 @@ fi
|
|||
|
||||
if test "$numa" = "yes"; then
|
||||
echo "CONFIG_NUMA=y" >> $config_host_mak
|
||||
echo "NUMA_LIBS=$numa_libs" >> $config_host_mak
|
||||
fi
|
||||
|
||||
if test "$ccache_cpp2" = "yes"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue