mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-30 09:46:50 +00:00
configure.ac: add libcacard to SPICE_REQUIRES if built with smartcard support
This commit is contained in:
parent
c114baddc9
commit
d227a5b6b6
@ -234,6 +234,7 @@ if test "x$enable_smartcard" = "xyes"; then
|
||||
SMARTCARD_CFLAGS="$CAC_CARD_CFLAGS"
|
||||
AC_SUBST(SMARTCARD_LIBS)
|
||||
AC_SUBST(SMARTCARD_CFLAGS)
|
||||
SPICE_REQUIRES+=" libcacard >= 0.1.2"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user