summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2010-11-25 12:40:37 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2010-11-25 12:40:37 +0100
commit11c71c85365fbe0d1134f80dfa74b9d92f5dc364 (patch)
tree1128a01b87ee95d6680d087292c3fe86f10d526e
parent998747d0ca860c0f664aefd71b5d89f70fd9eb77 (diff)
build: update build depedenciesv0.1.0
-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)