mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 23:49:04 +00:00
server: remove dep on libcacard
Only the client needs this, and erronously using SPICE_REQUIRES results in libcacard dep in spice-server.pc, which is then dragged into qemu when linking, beeing used instead of the builtin libcacard.
This commit is contained in:
parent
609105a276
commit
c002a0784f
@ -182,7 +182,6 @@ if test "x$have_smartcard" = "xyes"; then
|
||||
PKG_CHECK_MODULES(CAC_CARD, libcacard >= 0.1.0)
|
||||
SMARTCARD_LIBS="$CAC_CARD_LIBS"
|
||||
SMARTCARD_CFLAGS="$CAC_CARD_CFLAGS"
|
||||
SPICE_REQUIRES+=" libcacard"
|
||||
AC_SUBST(SMARTCARD_LIBS)
|
||||
AC_SUBST(SMARTCARD_CFLAGS)
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user