summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-01-21 15:16:11 +0100
committerHans de Goede <hdegoede@redhat.com>2011-01-21 15:16:11 +0100
commit3bc702c6db7bef83126224a3c3d96950a2aa42b1 (patch)
tree46583a690cafe0c68bd30b553ff4b881809a37cb /configure.ac
parentb4c82a2866de09528f3cee321ed82f3b968a8ff0 (diff)
downloadspice-3bc702c6db7bef83126224a3c3d96950a2aa42b1.tar.gz
spice-3bc702c6db7bef83126224a3c3d96950a2aa42b1.tar.xz
spice-3bc702c6db7bef83126224a3c3d96950a2aa42b1.zip
Drop unnecessary X11 and alsa requires from spice-server.pc
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0c26b920..9b5385d6 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.