mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-09 05:51:00 +00:00
Update spice-protocol version
We require version after 0.12.15 which was released as 0.14.0. Check against a valid released instead of checking for a non existing one. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
2ac16c1635
commit
9ff2997a05
2
README
2
README
@ -27,7 +27,7 @@ Or to install into a private user specific location
|
||||
The following mandatory dependencies are required in order to
|
||||
build SPICE
|
||||
|
||||
Spice protocol >= 0.12.14
|
||||
Spice protocol >= 0.14.0
|
||||
Pixman >= 0.17.7
|
||||
OpenSSL
|
||||
libjpeg
|
||||
|
||||
@ -161,7 +161,7 @@ AS_IF([test x"$have_smartcard" = "xyes"], [
|
||||
AS_VAR_APPEND([SPICE_REQUIRES], [" libcacard >= 2.5.1"])
|
||||
])
|
||||
|
||||
SPICE_PROTOCOL_MIN_VER=0.12.16
|
||||
SPICE_PROTOCOL_MIN_VER=0.14.0
|
||||
PKG_CHECK_MODULES([SPICE_PROTOCOL], [spice-protocol >= $SPICE_PROTOCOL_MIN_VER])
|
||||
AC_SUBST([SPICE_PROTOCOL_MIN_VER])
|
||||
|
||||
|
||||
@ -81,7 +81,7 @@ endif
|
||||
#
|
||||
# check for mandatory dependencies
|
||||
#
|
||||
spice_protocol_version='0.12.16'
|
||||
spice_protocol_version='0.14.0'
|
||||
|
||||
glib_version = '2.38'
|
||||
glib_version_info = '>= @0@'.format(glib_version)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user