summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-01-21 15:16:11 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2011-07-27 02:07:01 +0200
commit54c660470a5aea19f799c5574cc0d4a707696712 (patch)
treed36dd4ac489a0aa79e3539f69b2a91002c00f8e2
parentc8d63ceb2f678bdc089fe6ed7c3a0f3491b2eeed (diff)
Drop unnecessary X11 and alsa requires from spice-server.pc
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 5828a709..3a865156 100644
--- a/configure.ac
+++ b/configure.ac
@@ -219,7 +219,6 @@ if test "$os_linux" = yes; then
PKG_CHECK_MODULES(ALSA, alsa)
AC_SUBST(ALSA_CFLAGS)
AC_SUBST(ALSA_LIBS)
- SPICE_REQUIRES+=" alsa"
fi
PKG_CHECK_MODULES(SSL, openssl)
@@ -253,7 +252,6 @@ if test "$red_target" = "x11"; then
PKG_CHECK_MODULES(XFIXES, xfixes)
AC_SUBST(XRANDR_CFLAGS)
AC_SUBST(XRANDR_LIBS)
- SPICE_REQUIRES+=" xrandr xfixes"
PKG_CHECK_MODULES(XRANDR12,
xrandr >= 1.2,
@@ -272,7 +270,6 @@ if test "$red_target" = "x11"; then
PKG_CHECK_MODULES(MISC_X, x11 xext xrender)
AC_SUBST(MISC_X_CFLAGS)
AC_SUBST(MISC_X_LIBS)
- SPICE_REQUIRES+=" x11 xext xrender"
fi
# Add parameter for (partial) static linkage of spice client.