mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-04 13:45:11 +00:00
update required minimal libcacard to 0.1.2
This commit is contained in:
parent
85ce53b6be
commit
3700eefcec
@ -190,7 +190,7 @@ if test "x$have_tunnel" = "xyes"; then
|
||||
fi
|
||||
|
||||
if test "x$have_smartcard" = "xyes"; then
|
||||
PKG_CHECK_MODULES(CAC_CARD, libcacard >= 0.1.0)
|
||||
PKG_CHECK_MODULES(CAC_CARD, libcacard >= 0.1.2)
|
||||
SMARTCARD_LIBS="$CAC_CARD_LIBS"
|
||||
SMARTCARD_CFLAGS="$CAC_CARD_CFLAGS"
|
||||
AC_SUBST(SMARTCARD_LIBS)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user