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:
Alon Levy 2011-01-11 16:59:29 +02:00
parent 609105a276
commit c002a0784f

View File

@ -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