[Spice-commits] Branch '0.8' - configure.ac

Christophe Fergau teuf at kemper.freedesktop.org
Tue Jul 26 17:07:15 PDT 2011


 configure.ac |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 54c660470a5aea19f799c5574cc0d4a707696712
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri Jan 21 15:16:11 2011 +0100

    Drop unnecessary X11 and alsa requires from spice-server.pc

diff --git a/configure.ac b/configure.ac
index 5828a70..3a86515 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.


More information about the Spice-commits mailing list