⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 268855 in webkit


Ignore:
Timestamp:
Oct 21, 2020, 11:43:54 PM (6 years ago)
Author:
clopez@igalia.com
Message:

[JHbuild] Add patch to wpebackend-fdo to fix the build on Ubuntu-18.04
https://bugs.webkit.org/show_bug.cgi?id=218068

Reviewed by Adrian Perez de Castro.

On r268591 I updated the version of wpebackend-fdo to the last stable 1.8
but this version is failing to build on Ubuntu-18.04 because of the cmake version.
Backport a patch to fix this.

  • gtk/jhbuild.modules:
  • gtk/patches/wpebackend-fdo-cmake-buildfix-3.10.patch: Added.
  • jhbuild/jhbuild-minimal.modules:
  • jhbuild/patches/wpebackend-fdo-cmake-buildfix-3.10.patch: Added.
  • wpe/jhbuild.modules:
  • wpe/patches/wpebackend-fdo-cmake-buildfix-3.10.patch: Added.
Location:
trunk/Tools
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r268848 r268855  
     12020-10-21  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [JHbuild] Add patch to wpebackend-fdo to fix the build on Ubuntu-18.04
     4        https://bugs.webkit.org/show_bug.cgi?id=218068
     5
     6        Reviewed by Adrian Perez de Castro.
     7
     8        On r268591 I updated the version of wpebackend-fdo to the last stable 1.8
     9        but this version is failing to build on Ubuntu-18.04 because of the cmake version.
     10        Backport a patch to fix this.
     11
     12        * gtk/jhbuild.modules:
     13        * gtk/patches/wpebackend-fdo-cmake-buildfix-3.10.patch: Added.
     14        * jhbuild/jhbuild-minimal.modules:
     15        * jhbuild/patches/wpebackend-fdo-cmake-buildfix-3.10.patch: Added.
     16        * wpe/jhbuild.modules:
     17        * wpe/patches/wpebackend-fdo-cmake-buildfix-3.10.patch: Added.
     18
    1192020-10-21  Ryosuke Niwa  <rniwa@webkit.org>
    220
  • trunk/Tools/gtk/jhbuild.modules

    r268591 r268855  
    484484    <branch module="wpebackend-fdo-1.8.0.tar.xz" version="1.8.0"
    485485            repo="wpewebkit"
    486             hash="sha256:9652a99c75fe1c6eab0585b6395f4e104b2427e4d1f42969f1f77df29920d253"/>
     486            hash="sha256:9652a99c75fe1c6eab0585b6395f4e104b2427e4d1f42969f1f77df29920d253">
     487    <patch file="wpebackend-fdo-cmake-buildfix-3.10.patch" strip="1"/>
     488    </branch>
    487489  </cmake>
    488490
  • trunk/Tools/jhbuild/jhbuild-minimal.modules

    r268591 r268855  
    7676    <branch module="wpebackend-fdo-1.8.0.tar.xz" version="1.8.0"
    7777            repo="wpewebkit"
    78             hash="sha256:9652a99c75fe1c6eab0585b6395f4e104b2427e4d1f42969f1f77df29920d253"/>
     78            hash="sha256:9652a99c75fe1c6eab0585b6395f4e104b2427e4d1f42969f1f77df29920d253">
     79    <patch file="wpebackend-fdo-cmake-buildfix-3.10.patch" strip="1"/>
     80    </branch>
    7981  </cmake>
    8082
  • trunk/Tools/wpe/jhbuild.modules

    r268591 r268855  
    199199    <branch module="wpebackend-fdo-1.8.0.tar.xz" version="1.8.0"
    200200            repo="wpewebkit"
    201             hash="sha256:9652a99c75fe1c6eab0585b6395f4e104b2427e4d1f42969f1f77df29920d253"/>
     201            hash="sha256:9652a99c75fe1c6eab0585b6395f4e104b2427e4d1f42969f1f77df29920d253">
     202    <patch file="wpebackend-fdo-cmake-buildfix-3.10.patch" strip="1"/>
     203    </branch>
    202204  </cmake>
    203205
Note: See TracChangeset for help on using the changeset viewer.