mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
VDE libs are used both by tools and softmmu
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
This commit is contained in:
parent
3e2e0e6ba8
commit
8e02e54cc4
3 changed files with 3 additions and 4 deletions
3
configure
vendored
3
configure
vendored
|
@ -962,6 +962,8 @@ int main(void)
|
|||
EOF
|
||||
if compile_prog "" "$vde_libs" ; then
|
||||
vde=yes
|
||||
libs_softmmu="$vde_libs $libs_softmmu"
|
||||
libs_tools="$vde_libs $libs_tools"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -1613,7 +1615,6 @@ if test "$slirp" = "yes" ; then
|
|||
fi
|
||||
if test "$vde" = "yes" ; then
|
||||
echo "CONFIG_VDE=y" >> $config_host_mak
|
||||
echo "VDE_LIBS=$vde_libs" >> $config_host_mak
|
||||
fi
|
||||
for card in $audio_card_list; do
|
||||
def=CONFIG_`echo $card | tr '[:lower:]' '[:upper:]'`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue