mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 23:00:54 +00:00
Update min spice-gtk requirement docs / RPM requires
This commit is contained in:
parent
9f6b2e3f81
commit
cd03c8e7ab
2
README
2
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.12.101) widget to provide a
|
||||
Virt Viewer uses the SPICE-GTK (>= 0.16.26) widget to provide a
|
||||
display of the SPICE protocol, which is available from:
|
||||
|
||||
http://spice-space.org/page/Spice-Gtk
|
||||
|
||||
@ -32,8 +32,8 @@ BuildRequires: mingw32-readline
|
||||
BuildRequires: mingw64-readline
|
||||
BuildRequires: mingw32-spice-glib
|
||||
BuildRequires: mingw64-spice-glib
|
||||
BuildRequires: mingw32-spice-gtk
|
||||
BuildRequires: mingw64-spice-gtk
|
||||
BuildRequires: mingw32-spice-gtk >= 0.16.26
|
||||
BuildRequires: mingw64-spice-gtk >= 0.16.26
|
||||
BuildRequires: mingw32-usbredir
|
||||
BuildRequires: mingw64-usbredir
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
@ -65,9 +65,9 @@ BuildRequires: gtk-vnc-devel >= 0.3.8
|
||||
%endif
|
||||
%if %{with_spice}
|
||||
%if %{with_gtk3}
|
||||
BuildRequires: spice-gtk3-devel >= 0.12.101
|
||||
BuildRequires: spice-gtk3-devel >= 0.16.26
|
||||
%else
|
||||
BuildRequires: spice-gtk-devel >= 0.12.101
|
||||
BuildRequires: spice-gtk-devel >= 0.16.26
|
||||
%endif
|
||||
BuildRequires: spice-protocol >= 0.10.1
|
||||
%endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user