cpw.qulogic.gtk3-required: 43536660: We need to use the GTK+3.0 version of We...

qulogic at pidgin.im qulogic at pidgin.im
Fri Dec 23 05:26:14 EST 2011


----------------------------------------------------------------------
Revision: 4353666041bbf7a339d6313de0d6db571ae9bbaa
Parent:   9459da0ee736e71b99973e4ea38d839d5289cd24
Author:   qulogic at pidgin.im
Date:     12/23/11 05:08:22
Branch:   im.pidgin.cpw.qulogic.gtk3-required
URL: http://d.pidgin.im/viewmtn/revision/info/4353666041bbf7a339d6313de0d6db571ae9bbaa

Changelog: 

We need to use the GTK+3.0 version of WebKit here. I'm not sure
what the minimum required version it, but it seems to follow the
same scheme as the GTK+2.0 port.

Changes against parent 9459da0ee736e71b99973e4ea38d839d5289cd24

  patched  configure.ac

-------------- next part --------------
============================================================
--- configure.ac	143a4d535c5d7ab990b52b547eeff89cb95aa880
+++ configure.ac	f755869c46109714da178bbd40ef817977486fcc
@@ -444,7 +444,7 @@ running configure.
 	PKG_CHECK_MODULES(PANGO, [pango >= 1.4.0],
 			AC_DEFINE(HAVE_PANGO14, 1, [Define if we have Pango 1.4 or newer.]),:)
 
-	PKG_CHECK_MODULES(WEBKIT, [webkit-1.0 >= 1.1.1], , [
+	PKG_CHECK_MODULES(WEBKIT, [webkitgtk-3.0 >= 1.1.1], , [
 		AC_MSG_RESULT(no)
 		AC_MSG_ERROR([
 You must have WebKit 1.1.1 or newer development headers installed to compile


More information about the Commits mailing list