diff options
| author | Anthony Liguori | 2012-02-29 19:54:08 +0100 |
|---|---|---|
| committer | Anthony Liguori | 2012-02-29 19:54:08 +0100 |
| commit | f06d0f0755dbd9fee2fd3f21eefd2b19105fa346 (patch) | |
| tree | 427fc2ceba391f3f9de282d5e67fe8bb8e6d1618 /configure | |
| parent | Merge remote-tracking branch 'kraxel/usb.39' into staging (diff) | |
| parent | qxl: properly handle upright and non-shared surfaces (diff) | |
| download | qemu-f06d0f0755dbd9fee2fd3f21eefd2b19105fa346.tar.gz qemu-f06d0f0755dbd9fee2fd3f21eefd2b19105fa346.tar.xz qemu-f06d0f0755dbd9fee2fd3f21eefd2b19105fa346.zip | |
Merge remote-tracking branch 'spice/spice.v49' into staging
* spice/spice.v49:
qxl: properly handle upright and non-shared surfaces
Error out when tls-channel option is used without TLS
spice: use error_report to report errors
qxl: add optinal 64bit vram bar
qxl: make qxl_render_update async
qxl: introduce QXLCookie
qxl: remove flipped
qxl: require spice >= 0.8.2
qxl: drop qxl_spice_update_area_async definition
sdl: remove NULL check, g_malloc0 can't fail
qxl: fix spice+sdl no cursor regression
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2554,7 +2554,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.6.0 spice-server >/dev/null 2>&1 && \ + if $pkg_config --atleast-version=0.8.2 spice-server >/dev/null 2>&1 && \ compile_prog "$spice_cflags" "$spice_libs" ; then spice="yes" libs_softmmu="$libs_softmmu $spice_libs" |
