configure.ac: Never add xinerama to SPICE_REQUIRES

SPICE_REQUIRES is only used to generate the Requires.private line of
spice-server.pc. The server code is not using xinerama, so we don't need
to list xinerama in Requires.private.
This commit is contained in:
Christophe Fergeau 2014-11-21 10:47:22 +01:00
parent 87149e48ed
commit 84b3a5079d

View File

@ -333,7 +333,6 @@ if test "x$have_xinerama" = "xyes" ; then
AC_DEFINE([HAVE_XINERAMA], [], [Define if we have Xinerama])
AC_SUBST(XINERAMA_CFLAGS)
AC_SUBST(XINERAMA_LIBS)
AS_VAR_APPEND([SPICE_REQUIRES], [" xinerama"])
fi
# Add parameter for (partial) static linkage of spice client.