Title: [149108] trunk/Tools
Revision
149108
Author
[email protected]
Date
2013-04-25 07:05:51 -0700 (Thu, 25 Apr 2013)

Log Message

[GTK] Remove pango from optional jhbuild dependencies
https://bugs.webkit.org/show_bug.cgi?id=115162

Patch by Eduardo Lima Mitev <[email protected]> on 2013-04-25
Reviewed by Martin Robinson.

Pango is not needed since revision r148293 that lowers the pango
dependency to 1.30, which is available in most distributions.

* gtk/jhbuild-optional.modules: Removes description of pango module.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (149107 => 149108)


--- trunk/Tools/ChangeLog	2013-04-25 13:46:17 UTC (rev 149107)
+++ trunk/Tools/ChangeLog	2013-04-25 14:05:51 UTC (rev 149108)
@@ -1,3 +1,15 @@
+2013-04-25  Eduardo Lima Mitev  <[email protected]>
+
+        [GTK] Remove pango from optional jhbuild dependencies
+        https://bugs.webkit.org/show_bug.cgi?id=115162
+
+        Reviewed by Martin Robinson.
+
+        Pango is not needed since revision r148293 that lowers the pango
+        dependency to 1.30, which is available in most distributions.
+
+        * gtk/jhbuild-optional.modules: Removes description of pango module.
+
 2013-04-25  Seokju Kwon  <[email protected]>
 
         Remove Chromium-specific cases from FeatureList.pm

Modified: trunk/Tools/gtk/jhbuild-optional.modules (149107 => 149108)


--- trunk/Tools/gtk/jhbuild-optional.modules	2013-04-25 13:46:17 UTC (rev 149107)
+++ trunk/Tools/gtk/jhbuild-optional.modules	2013-04-25 14:05:51 UTC (rev 149108)
@@ -55,12 +55,4 @@
             hash="sha256:bc3108594a01a08bb6d9b538afe995e4fd78634a8356064ee8137d87aad51b2e"/>
   </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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to