Changeset 207664 in webkit


Ignore:
Timestamp:
Oct 21, 2016 1:17:33 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r207609.
https://bugs.webkit.org/show_bug.cgi?id=163776

As glib bump was rollout, we need to rollout this too
(Requested by rego on #webkit).

Reverted changeset:

"[GTK] Cannot build GTK+ with CUPS 2.* versions"
https://bugs.webkit.org/show_bug.cgi?id=163591
http://trac.webkit.org/changeset/207609

Location:
trunk/Tools
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r207648 r207664  
     12016-10-21  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r207609.
     4        https://bugs.webkit.org/show_bug.cgi?id=163776
     5
     6        As glib bump was rollout, we need to rollout this too
     7        (Requested by rego on #webkit).
     8
     9        Reverted changeset:
     10
     11        "[GTK] Cannot build GTK+ with CUPS 2.* versions"
     12        https://bugs.webkit.org/show_bug.cgi?id=163591
     13        http://trac.webkit.org/changeset/207609
     14
    1152016-10-20  Chris Dumez  <cdumez@apple.com>
    216
  • trunk/Tools/gtk/jhbuild.modules

    r207643 r207664  
    176176  </autotools>
    177177
    178   <autotools id="gtk+" autogenargs="--disable-introspection">
     178  <autotools id="gtk+" autogen-sh="configure"
     179             autogenargs="--disable-introspection">
    179180    <if condition-set="macos">
    180181      <autogenargs value="--enable-x11-backend=no --enable-quartz-backend" />
     
    194195    <branch module="/pub/GNOME/sources/gtk+/3.16/gtk+-3.16.4.tar.xz" version="3.16.4"
    195196            repo="ftp.gnome.org"
    196             hash="sha256:1ee5dbd7a4cb81a91eaa1b7ae64ba5a3eab6a3c0a764155583ab96524590fc8e">
    197       <patch file="configure-fix-detecting-CUPS-2.x.patch" strip="1"/>
    198     </branch>
     197            hash="sha256:1ee5dbd7a4cb81a91eaa1b7ae64ba5a3eab6a3c0a764155583ab96524590fc8e"/>
    199198  </autotools>
    200199
Note: See TracChangeset for help on using the changeset viewer.