diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-01-04 20:14:21 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-01-08 15:43:21 +0400 |
commit | c01599b5d2d645a38c021b320a45c09957a659ac (patch) | |
tree | 938737400c089c9fbbb95b6f69bee96e1c2008a3 /tools | |
parent | f667e3b8a725d6fc5921f977e9535acbe1fa5710 (diff) |
build-sys: drop support for libcacard < 2.5.1
v2.5.1 was released the 2015-11-24.
According to repology, from the distro we care about, CentOS 6,
openSUSE Leap 42.3 have too old version (0.1.2).
SPICE_CHECK_SMARTCARD is updated with spice-common.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/spicy.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/spicy.c b/tools/spicy.c index 263c15f..060bbdc 100644 --- a/tools/spicy.c +++ b/tools/spicy.c @@ -24,10 +24,6 @@ #include <termios.h> #endif -#ifdef USE_SMARTCARD_012 -#include <vreader.h> -#endif - #include "spice-widget.h" #include "spice-gtk-session.h" #include "spice-audio.h" |