summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--configure.ac5
2 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index 384c297..9217462 100644
--- a/README
+++ b/README
@@ -31,6 +31,12 @@ SpiceClientGtk python module.
SpiceClientGlib and SpiceClientGtk GObject-introspection modules.
+Build depedencies:
+------------------
+
+spice-protocol pygtk2-devel intltool celt051-devel gtk2-devel
+openssl-devel pulseaudio-devel pixman-devel python
+
current state
-------------
diff --git a/configure.ac b/configure.ac
index 32391a5..badd0ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,11 +122,6 @@ AC_SUBST(CELT051_LIBS)
AC_SUBST(CELT051_LIBDIR)
SPICE_REQUIRES+=" celt051 >= 0.5.1.1"
-PKG_CHECK_MODULES(ALSA, alsa)
-AC_SUBST(ALSA_CFLAGS)
-AC_SUBST(ALSA_LIBS)
-SPICE_REQUIRES+=" alsa"
-
PKG_CHECK_MODULES(SSL, openssl)
AC_SUBST(SSL_CFLAGS)
AC_SUBST(SSL_LIBS)