summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"],