summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-11-21 10:47:22 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2014-12-01 14:58:43 +0100
commit84b3a5079d6014d50e3018b24949d5a2e18e3c78 (patch)
tree7b4ac52883ab62b80ee4c3069e5306aa534537b3 /configure.ac
parent87149e48ed49bd4b33f231d08c44dbc55d400e09 (diff)
downloadspice-84b3a5079d6014d50e3018b24949d5a2e18e3c78.tar.gz
spice-84b3a5079d6014d50e3018b24949d5a2e18e3c78.tar.xz
spice-84b3a5079d6014d50e3018b24949d5a2e18e3c78.zip
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 51f120c6..c9d83e1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.