[GTK] Add pango to jhbuild
authorkov@webkit.org <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 16 Apr 2012 22:54:01 +0000 (22:54 +0000)
committerkov@webkit.org <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 16 Apr 2012 22:54:01 +0000 (22:54 +0000)
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.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114312 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/ChangeLog
Tools/gtk/jhbuild.modules

index 8c21c26..5777e56 100644 (file)
@@ -1,5 +1,16 @@
 2012-04-16  Gustavo Noronha Silva  <gns@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  <gns@gnome.org>
+
         [GTK] fonts jhbuild module needs an empty clean target
         https://bugs.webkit.org/show_bug.cgi?id=84085
 
index 22373b0..a17e883 100644 (file)
             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"