summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2011-05-06 21:24:34 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2011-05-06 21:24:34 +0200
commit7c8ef5208c7dd905afa8b53354b5dd1a06666fe3 (patch)
tree5ea563d26db1895961d806eb9aaba4764dc68513
parent117549b111990e16c40703213ec93901a62e8a85 (diff)
downloadspice-gtk-7c8ef5208c7dd905afa8b53354b5dd1a06666fe3.tar.gz
spice-gtk-7c8ef5208c7dd905afa8b53354b5dd1a06666fe3.tar.xz
spice-gtk-7c8ef5208c7dd905afa8b53354b5dd1a06666fe3.zip
build: update README with depedencies
-rw-r--r--README15
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 5 deletions
diff --git a/README b/README
index 14cff92..c5c87e6 100644
--- a/README
+++ b/README
@@ -34,14 +34,21 @@ SpiceClientGlib and SpiceClientGtk GObject-introspection modules.
Build depedencies:
------------------
-On Fedora: gtk2-devel or gtk3-devel and
+On Fedora: (gtk2-devel if building with --with-gtk=2.0)
-spice-protocol pygtk2-devel intltool celt051-devel
+gtk3-devel spice-protocol pygtk2-devel intltool celt051-devel
openssl-devel pulseaudio-libs-devel pixman-devel python perl-Text-CSV
gobject-introspection-devel libjpeg-turbo-devel zlib-devel
-cyrus-sasl-devel
+cyrus-sasl-devel gtk-doc
+
+The experimental GStreamer backend needs:
+
+gstreamer-devel gstreamer-plugins-base-devel
+
+If you build from git, you'll also need:
+
+libtool automake pyparsing vala
-You can also build with the experimental GStreamer backend.
current state
-------------
diff --git a/configure.ac b/configure.ac
index 17ba8c5..5906e91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,7 +235,7 @@ AC_SUBST(PULSE_CFLAGS)
AC_SUBST(PULSE_LIBS)
AS_IF([test "x$with_audio" = "xgstreamer"],
- [PKG_CHECK_MODULES(GST, gstreamer-0.10 gstreamer-base-0.10, [have_gst=yes GST_LIBS="$GST_LIBS -lgstapp-0.10"], [have_gst=no])],
+ [PKG_CHECK_MODULES(GST, gstreamer-0.10 gstreamer-base-0.10 gstreamer-app-0.10, [have_gst=yes GST_LIBS="$GST_LIBS -lgstapp-0.10"], [have_gst=no])],
[have_gst=no])
AS_IF([test "x$have_gst" = "xyes"],