cpw.qulogic.gtk3: 3002b1e2: use the actual gtk+-3.0 package as the G...
malu at pidgin.im
malu at pidgin.im
Sat Nov 20 17:35:54 EST 2010
----------------------------------------------------------------------
Revision: 3002b1e2f6dcbe5b12ce1d35e8eedc486db63e96
Parent: f05deda8fae66011778ad6201b94ff6d61a289fe
Author: malu at pidgin.im
Date: 11/20/10 17:34:25
Branch: im.pidgin.cpw.qulogic.gtk3
URL: http://d.pidgin.im/viewmtn/revision/info/3002b1e2f6dcbe5b12ce1d35e8eedc486db63e96
Changelog:
use the actual gtk+-3.0 package as the GTK+ dependency, for now require the current preview version (2.91.5). Warning, it not yet compile successfully
Changes against parent f05deda8fae66011778ad6201b94ff6d61a289fe
patched configure.ac
-------------- next part --------------
============================================================
--- configure.ac 624d91edc37de137e19f7cf74465e6af3e0677d0
+++ configure.ac 6f6537fdf10083fcf068163706ed68f7eb34af0e
@@ -416,11 +416,11 @@ if test "x$enable_gtkui" = "xyes" ; then
fi
if test "x$enable_gtkui" = "xyes" ; then
- PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.10.0], , [
+ PKG_CHECK_MODULES(GTK, [gtk+-3.0 >= 2.91.5], , [
AC_MSG_RESULT(no)
AC_MSG_ERROR([
-You must have GTK+ 2.10.0 or newer development headers installed to compile
+You must have GTK+ 2.91.5 or newer development headers installed to compile
Pidgin. If you want to build only Finch then specify --disable-gtkui when
running configure.
])])
More information about the Commits
mailing list