From 9734cbb8e598d18369c01e76a219232043cb460a Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 3 Dec 2015 13:37:36 +0000 Subject: Bump spice-gtk dep to 0.30.0 to avoid dep on git snapshot release --- README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 8170b59..289bc86 100644 --- a/README +++ b/README @@ -19,7 +19,7 @@ display of the VNC protocol, which is available from http://gtk-vnc.sourceforge.net/ -Virt Viewer uses the SPICE-GTK (>= 0.22) widget to provide a +Virt Viewer uses the SPICE-GTK (>= 0.30) widget to provide a display of the SPICE protocol, which is available from: http://spice-space.org/page/Spice-Gtk diff --git a/configure.ac b/configure.ac index cf75f0e..8aa80ca 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ GTK2_REQUIRED="2.18.0" GTK3_REQUIRED="3.0" GTK_VNC1_REQUIRED="0.3.8" GTK_VNC2_REQUIRED="0.4.0" -SPICE_GTK_REQUIRED="0.29.35" +SPICE_GTK_REQUIRED="0.30" SPICE_PROTOCOL_REQUIRED="0.12.7" GOVIRT_REQUIRED="0.3.2" -- cgit