/pidgin/main: eb507b0219fb: Better description for gtk/gstreamer...
Tomasz Wasilczyk
twasilczyk at pidgin.im
Sun Apr 27 16:56:23 EDT 2014
Changeset: eb507b0219fb8e16961119945b8aeab79996007e
Author: Tomasz Wasilczyk <twasilczyk at pidgin.im>
Date: 2014-04-27 22:56 +0200
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/eb507b0219fb
Description:
Better description for gtk/gstreamer autoconfiguration
diffstat:
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -605,9 +605,9 @@ running configure.
PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.18.0 $gst010_pkg], [with_gtk=2], [
AC_MSG_RESULT(no)
AC_MSG_ERROR([
-You must have GTK+ 2.18.0 or newer development headers installed to compile
+You must have GTK+ 2.18.0 or newer and GStreamer development headers installed to compile
Pidgin. If you want to build only Finch then specify --disable-gtkui when
-running configure.
+running configure. Use --disable-gstreamer if you do not need GStreamer (sound) support.
])])])
else
AC_MSG_ERROR([--with-gtk must specify one of 2, 3 or auto.])
More information about the Commits
mailing list