Title: [147564] trunk/Tools
Revision
147564
Author
commit-qu...@webkit.org
Date
2013-04-03 09:35:47 -0700 (Wed, 03 Apr 2013)

Log Message

[GTK] Include Pango in jhbuild-optional.modules
https://bugs.webkit.org/show_bug.cgi?id=113878

Patch by Manuel Rego Casasnovas <r...@igalia.com> on 2013-04-03
Reviewed by Martin Robinson.

Since r147547 Pango 1.32.0 is required. Including the module in the
JHBuild optional moduleset.

* gtk/jhbuild-optional.modules: Add Pango module.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (147563 => 147564)


--- trunk/Tools/ChangeLog	2013-04-03 16:27:46 UTC (rev 147563)
+++ trunk/Tools/ChangeLog	2013-04-03 16:35:47 UTC (rev 147564)
@@ -1,3 +1,15 @@
+2013-04-03  Manuel Rego Casasnovas  <r...@igalia.com>
+
+        [GTK] Include Pango in jhbuild-optional.modules
+        https://bugs.webkit.org/show_bug.cgi?id=113878
+
+        Reviewed by Martin Robinson.
+
+        Since r147547 Pango 1.32.0 is required. Including the module in the
+        JHBuild optional moduleset.
+
+        * gtk/jhbuild-optional.modules: Add Pango module.
+
 2013-04-03  Zeno Albisser  <z...@webkit.org>
 
         [Qt] Add getter for JSC TestRunner to DumpRenderTreeQt.

Modified: trunk/Tools/gtk/jhbuild-optional.modules (147563 => 147564)


--- trunk/Tools/gtk/jhbuild-optional.modules	2013-04-03 16:27:46 UTC (rev 147563)
+++ trunk/Tools/gtk/jhbuild-optional.modules	2013-04-03 16:35:47 UTC (rev 147564)
@@ -64,4 +64,12 @@
             hash="sha256:ac118ef34ef5490fa113cf50cffdff7735d6293723bf35df958a89fbda876313"/>
   </autotools>
 
+  <autotools id="pango"
+          autogen-sh="configure"
+          autogenargs="--disable-introspection">
+    <branch module="/pub/GNOME/sources/pango/1.32/pango-1.32.3.tar.xz" version="1.32.3"
+            repo="ftp.gnome.org"
+            hash="sha256:19a1a4fa021fcf96261de3cb809295ac06546f2a061c3c623141f2f4989b6a36"/>
+  </autotools>
+
 </moduleset>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to