Title: [114312] trunk/Tools
Revision
114312
Author
k...@webkit.org
Date
2012-04-16 15:54:01 -0700 (Mon, 16 Apr 2012)

Log Message

[GTK] Add pango to jhbuild
https://bugs.webkit.org/show_bug.cgi?id=84086

Unreviewed build fix.

* gtk/jhbuild.modules: Add pango's latest stable release, 1.30, to our
jhbuild environment. It's required for latest stable GTK+ and some
systems may lack it.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (114311 => 114312)


--- trunk/Tools/ChangeLog	2012-04-16 22:50:33 UTC (rev 114311)
+++ trunk/Tools/ChangeLog	2012-04-16 22:54:01 UTC (rev 114312)
@@ -1,5 +1,16 @@
 2012-04-16  Gustavo Noronha Silva  <g...@gnome.org>
 
+        [GTK] Add pango to jhbuild
+        https://bugs.webkit.org/show_bug.cgi?id=84086
+
+        Unreviewed build fix.
+
+        * gtk/jhbuild.modules: Add pango's latest stable release, 1.30, to our
+        jhbuild environment. It's required for latest stable GTK+ and some
+        systems may lack it.
+
+2012-04-16  Gustavo Noronha Silva  <g...@gnome.org>
+
         [GTK] fonts jhbuild module needs an empty clean target
         https://bugs.webkit.org/show_bug.cgi?id=84085
 

Modified: trunk/Tools/gtk/jhbuild.modules (114311 => 114312)


--- trunk/Tools/gtk/jhbuild.modules	2012-04-16 22:50:33 UTC (rev 114311)
+++ trunk/Tools/gtk/jhbuild.modules	2012-04-16 22:54:01 UTC (rev 114312)
@@ -99,11 +99,25 @@
             md5sum="1c186f9903a20e96587b9afb27944b40"/>
   </autotools>
 
+  <autotools id="pango"
+             autogenargs="--disable-introspection">
+    <dependencies>
+      <dep package="glib"/>
+      <dep package="freetype6"/>
+      <dep package="cairo"/>
+    </dependencies>
+    <branch module="/pub/GNOME/sources/pango/1.30/pango-1.30.0.tar.xz" version="1.30.0"
+            repo="ftp.gnome.org"
+            hash="sha256:7c6d2ab024affaed0e942f9279b818235f9c6a36d9fc50688f48d387f4102dff"
+            md5sum="2a70627ffd9f43c52c04cc0b05fe359f"/>
+  </autotools>
+
   <autotools id="gtk+"
              autogenargs="--disable-introspection">
     <dependencies>
       <dep package="glib"/>
       <dep package="cairo"/>
+      <dep package="pango"/>
       <dep package="gdk-pixbuf"/>
     </dependencies>
     <branch module="/pub/GNOME/sources/gtk+/3.4/gtk+-3.4.0.tar.xz" version="3.4.0"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to