mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-12 20:53:48 +00:00
meson: Bump libcacard requirement to 2.5.1
This had already been done for Meson in commit
afb2ec312b.
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
5efc8fc8ad
commit
2ac16c1635
2
README
2
README
@ -37,7 +37,7 @@ The following optional dependencies increase the available
|
||||
functionality
|
||||
|
||||
Cyrus-SASL
|
||||
libcacard >= 0.1.2 (Smartcard support)
|
||||
libcacard >= 2.5.1 (Smartcard support)
|
||||
Opus >= 1.0.0 (Opus audio encoding support)
|
||||
LZ4 (LZ4 compression support)
|
||||
GStreamer >= 1.0.0
|
||||
|
||||
@ -158,7 +158,7 @@ AS_VAR_APPEND([SPICE_NONPKGCONFIG_LIBS], [" -pthread $LIBM $LIBRT"])
|
||||
SPICE_REQUIRES=""
|
||||
|
||||
AS_IF([test x"$have_smartcard" = "xyes"], [
|
||||
AS_VAR_APPEND([SPICE_REQUIRES], [" libcacard >= 0.1.2"])
|
||||
AS_VAR_APPEND([SPICE_REQUIRES], [" libcacard >= 2.5.1"])
|
||||
])
|
||||
|
||||
SPICE_PROTOCOL_MIN_VER=0.12.16
|
||||
|
||||
Loading…
Reference in New Issue
Block a user