[Spice-devel] [PATCH spice] Drop unnecessary X11 and alsa requires from spice-server.pc

Hans de Goede hdegoede at redhat.com
Fri Jan 21 06:16:15 PST 2011


---
 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0c26b92..9b5385d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -213,7 +213,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)
@@ -247,7 +246,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,
@@ -266,7 +264,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.
-- 
1.7.3.2



More information about the Spice-devel mailing list