/pidgin/main: d43a0ea45796: Force an error if WebKit and GStream...

Elliott Sales de Andrade qulogic at pidgin.im
Fri May 24 03:55:44 EDT 2013


Changeset: d43a0ea45796dd5efbcedc2b7dd0aab5a37703e9
Author:	 Elliott Sales de Andrade <qulogic at pidgin.im>
Date:	 2013-05-24 03:49 -0400
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/d43a0ea45796

Description:

Force an error if WebKit and GStreamer versions conflict.

diffstat:

 configure.ac |  8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diffs (18 lines):

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -921,6 +921,14 @@ Use --disable-gstreamer if you do not ne
 	fi
 fi
 
+if test "x$with_gtk" == "x3" -a "x$with_gstreamer" == "x0.10"; then
+	AC_MSG_ERROR([WebKitGTK+ 3.0 cannot be mixed with GStreamer 0.10.
+Please switch to WebKitGTK+ 2.0 or GStreamer 1.0.])
+elif test "x$with_gtk" == "x2" -a "x$with_gstreamer" == "x1.0"; then
+	AC_MSG_ERROR([WebKitGTK+ 2.0 cannot be mixed with GStreamer 1.0.
+Please switch to WebKitGTK+ 3.0 or GStreamer 0.10.])
+fi
+
 dnl #######################################################################
 dnl # Check for GStreamer Video
 dnl #######################################################################



More information about the Commits mailing list