mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 22:10:46 +00:00
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:
parent
87149e48ed
commit
84b3a5079d
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user