mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 19:19:05 +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
293f5f0df8
commit
9c0db1c6c3
@ -195,7 +195,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