summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2013-07-31 11:54:33 +0100
committerDaniel P. Berrange <berrange@redhat.com>2013-07-31 11:54:33 +0100
commit533342db146f42d42bddef0368ce626db4865446 (patch)
treee308dabd8c66402592fdccb99915546f8dc37919
parent208010e5d88be44dcf7a3eba1ee1cf70310446d5 (diff)
downloadvirt-viewer-533342db146f42d42bddef0368ce626db4865446.tar.gz
virt-viewer-533342db146f42d42bddef0368ce626db4865446.tar.xz
virt-viewer-533342db146f42d42bddef0368ce626db4865446.zip
Update min spice-gtk dep to 0.20v0.5.7
The spice_smartcard_manager_get_readers method was only added in spice-gtk 0.20. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--mingw-virt-viewer.spec.in4
-rw-r--r--virt-viewer.spec.in4
4 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index d444764..b1bfc13 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.16.26) widget to provide a
+Virt Viewer uses the SPICE-GTK (>= 0.20) 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 98277fa..b6071cc 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.16.26"
+SPICE_GTK_REQUIRED="0.20"
SPICE_PROTOCOL_REQUIRED="0.10.1"
AC_MSG_CHECKING([for native Win32])
diff --git a/mingw-virt-viewer.spec.in b/mingw-virt-viewer.spec.in
index ca2c540..3ac34fa 100644
--- a/mingw-virt-viewer.spec.in
+++ b/mingw-virt-viewer.spec.in
@@ -32,8 +32,8 @@ BuildRequires: mingw32-readline
BuildRequires: mingw64-readline
BuildRequires: mingw32-spice-glib
BuildRequires: mingw64-spice-glib
-BuildRequires: mingw32-spice-gtk >= 0.16.26
-BuildRequires: mingw64-spice-gtk >= 0.16.26
+BuildRequires: mingw32-spice-gtk >= 0.20
+BuildRequires: mingw64-spice-gtk >= 0.20
BuildRequires: mingw32-usbredir
BuildRequires: mingw64-usbredir
BuildRequires: pkgconfig
diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in
index ade8416..3b654f3 100644
--- a/virt-viewer.spec.in
+++ b/virt-viewer.spec.in
@@ -66,9 +66,9 @@ BuildRequires: gtk-vnc-devel >= 0.3.8
%endif
%if %{with_spice}
%if %{with_gtk3}
-BuildRequires: spice-gtk3-devel >= 0.16.26
+BuildRequires: spice-gtk3-devel >= 0.20
%else
-BuildRequires: spice-gtk-devel >= 0.16.26
+BuildRequires: spice-gtk-devel >= 0.20
%endif
BuildRequires: spice-protocol >= 0.10.1
%endif