mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Merge remote-tracking branch 'spice/spice.v37' into staging
Conflicts: vl.c
This commit is contained in:
commit
ac779fe233
7 changed files with 53 additions and 19 deletions
2
configure
vendored
2
configure
vendored
|
@ -2414,7 +2414,7 @@ int main(void) { spice_server_new(); return 0; }
|
|||
EOF
|
||||
spice_cflags=$($pkg_config --cflags spice-protocol spice-server 2>/dev/null)
|
||||
spice_libs=$($pkg_config --libs spice-protocol spice-server 2>/dev/null)
|
||||
if $pkg_config --atleast-version=0.5.3 spice-server >/dev/null 2>&1 && \
|
||||
if $pkg_config --atleast-version=0.6.0 spice-server >/dev/null 2>&1 && \
|
||||
compile_prog "$spice_cflags" "$spice_libs" ; then
|
||||
spice="yes"
|
||||
libs_softmmu="$libs_softmmu $spice_libs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue