Title: [106936] trunk/Tools
Revision
106936
Author
ma...@webkit.org
Date
2012-02-07 07:22:03 -0800 (Tue, 07 Feb 2012)

Log Message

[GTK] Include gdk-pixbuf in the jhbuild modules
https://bugs.webkit.org/show_bug.cgi?id=77980

Reviewed by Gustavo Noronha Silva.

* gtk/jhbuild.modules: Add gdk-pixbuf to the jhbuild moduleset.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (106935 => 106936)


--- trunk/Tools/ChangeLog	2012-02-07 15:16:55 UTC (rev 106935)
+++ trunk/Tools/ChangeLog	2012-02-07 15:22:03 UTC (rev 106936)
@@ -1,3 +1,12 @@
+2012-02-07  Mario Sanchez Prada  <msanc...@igalia.com>
+
+        [GTK] Include gdk-pixbuf in the jhbuild modules
+        https://bugs.webkit.org/show_bug.cgi?id=77980
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * gtk/jhbuild.modules: Add gdk-pixbuf to the jhbuild moduleset.
+
 2012-02-07  Simon Hausmann  <simon.hausm...@nokia.com>
 
         [Qt] Prevent early test termination with newer Qt 5

Modified: trunk/Tools/gtk/jhbuild.modules (106935 => 106936)


--- trunk/Tools/gtk/jhbuild.modules	2012-02-07 15:16:55 UTC (rev 106935)
+++ trunk/Tools/gtk/jhbuild.modules	2012-02-07 15:22:03 UTC (rev 106936)
@@ -9,6 +9,7 @@
       <dep package="fonts"/>
       <dep package="fontconfig"/>
       <dep package="freetype6"/>
+      <dep package="gdk-pixbuf"/>
       <dep package="gtk+"/>
       <dep package="glib"/>
       <dep package="glib-networking"/>
@@ -93,10 +94,21 @@
              md5sum="79390673f5d07a8fb342bc09b5055b6f"/>
   </autotools>
 
+  <autotools id="gdk-pixbuf" autogen-sh="configure">
+    <dependencies>
+      <dep package="glib"/>
+    </dependencies>
+    <branch module="/pub/GNOME/sources/gdk-pixbuf/2.23/gdk-pixbuf-2.23.5.tar.xz" version="2.23.5"
+            repo="ftp.gnome.org"
+            hash="sha256:7a6c3550426f38f6b0eeeb49295654d9e706ce8f1786a4d0932f9d2c0d0bc500"
+            md5sum="066e30277cadc225a7cef4c258da830b"/>
+  </autotools>
+
   <autotools id="gtk+">
     <dependencies>
       <dep package="glib"/>
       <dep package="cairo"/>
+      <dep package="gdk-pixbuf"/>
     </dependencies>
     <branch module="/pub/GNOME/sources/gtk+/3.0/gtk+-3.0.12.tar.xz" version="3.0.12"
             repo="ftp.gnome.org"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to