Changeset 106936 in webkit


Ignore:
Timestamp:
Feb 7, 2012 7:22:03 AM (12 years ago)
Author:
mario@webkit.org
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.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r106919 r106936  
     12012-02-07  Mario Sanchez Prada  <msanchez@igalia.com>
     2
     3        [GTK] Include gdk-pixbuf in the jhbuild modules
     4        https://bugs.webkit.org/show_bug.cgi?id=77980
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        * gtk/jhbuild.modules: Add gdk-pixbuf to the jhbuild moduleset.
     9
    1102012-02-07  Simon Hausmann  <simon.hausmann@nokia.com>
    211
  • trunk/Tools/gtk/jhbuild.modules

    r105503 r106936  
    1010      <dep package="fontconfig"/>
    1111      <dep package="freetype6"/>
     12      <dep package="gdk-pixbuf"/>
    1213      <dep package="gtk+"/>
    1314      <dep package="glib"/>
     
    9495  </autotools>
    9596
     97  <autotools id="gdk-pixbuf" autogen-sh="configure">
     98    <dependencies>
     99      <dep package="glib"/>
     100    </dependencies>
     101    <branch module="/pub/GNOME/sources/gdk-pixbuf/2.23/gdk-pixbuf-2.23.5.tar.xz" version="2.23.5"
     102            repo="ftp.gnome.org"
     103            hash="sha256:7a6c3550426f38f6b0eeeb49295654d9e706ce8f1786a4d0932f9d2c0d0bc500"
     104            md5sum="066e30277cadc225a7cef4c258da830b"/>
     105  </autotools>
     106
    96107  <autotools id="gtk+">
    97108    <dependencies>
    98109      <dep package="glib"/>
    99110      <dep package="cairo"/>
     111      <dep package="gdk-pixbuf"/>
    100112    </dependencies>
    101113    <branch module="/pub/GNOME/sources/gtk+/3.0/gtk+-3.0.12.tar.xz" version="3.0.12"
Note: See TracChangeset for help on using the changeset viewer.