Changeset 218550 in webkit


Ignore:
Timestamp:
Jun 20, 2017 12:10:02 AM (7 years ago)
Author:
Carlos Garcia Campos
Message:

[GTK] Remove unneeded modules from the jhbuild
https://bugs.webkit.org/show_bug.cgi?id=170540

Reviewed by Michael Catanzaro.

We are building libxslt and libffi that we don't really need to build from sources.

  • gtk/jhbuild.modules:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r218534 r218550  
     12017-06-20  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        [GTK] Remove unneeded modules from the jhbuild
     4        https://bugs.webkit.org/show_bug.cgi?id=170540
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        We are building libxslt and libffi that we don't really need to build from sources.
     9
     10        * gtk/jhbuild.modules:
     11
    1122017-06-19  Frederic Wang  <fwang@igalia.com>
    213
  • trunk/Tools/gtk/jhbuild.modules

    r217674 r218550  
    1313      <dep package="harfbuzz"/>
    1414      <dep package="libxml2"/>
    15       <dep package="libxslt"/>
    1615      <dep package="gdk-pixbuf"/>
    1716      <dep package="gtk+"/>
     
    152151  </autotools>
    153152
    154   <autotools id="libffi" autogen-sh="configure">
    155     <branch module="libffi/libffi-3.1.tar.gz" version="3.1"
    156              repo="sourceware.org-mirror"
    157              hash="sha256:97feeeadca5e21870fa4433bc953d1b3af3f698d5df8a428f68b73cd60aef6eb"
    158              md5sum="f5898b29bbfd70502831a212d9249d10"/>
    159   </autotools>
    160 
    161153  <autotools id="gdk-pixbuf" autogen-sh="configure"
    162154             autogenargs="--disable-introspection">
     
    326318  </autotools>
    327319
    328   <autotools id="libxslt">
    329     <branch module="/sources/libxslt-${version}.tar.gz" version="1.1.29"
    330             repo="xmlsoft.org"
    331             hash="sha256:b5976e3857837e7617b29f2249ebb5eeac34e249208d31f1fbf7a6ba7a4090ce"/>
    332     <dependencies>
    333       <dep package="libxml2"/>
    334     </dependencies>
    335   </autotools>
    336 
    337320  <autotools id="gstreamer" autogen-sh="configure" autogenargs="--disable-gtk-doc">
    338321    <if condition-set="macos">
     
    417400  <autotools id="wayland" autogenargs="--disable-documentation">
    418401    <pkg-config>wayland-server.pc</pkg-config>
    419     <dependencies>
    420       <dep package="libffi"/>
    421     </dependencies>
    422402    <branch module="releases/wayland-1.12.0.tar.xz"
    423403            version="1.12.0"
Note: See TracChangeset for help on using the changeset viewer.