Changeset 268855 in webkit
- Timestamp:
- Oct 21, 2020, 11:43:54 PM (6 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 added
- 4 edited
-
ChangeLog (modified) (1 diff)
-
gtk/jhbuild.modules (modified) (1 diff)
-
gtk/patches/wpebackend-fdo-cmake-buildfix-3.10.patch (added)
-
jhbuild/jhbuild-minimal.modules (modified) (1 diff)
-
jhbuild/patches/wpebackend-fdo-cmake-buildfix-3.10.patch (added)
-
wpe/jhbuild.modules (modified) (1 diff)
-
wpe/patches/wpebackend-fdo-cmake-buildfix-3.10.patch (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r268848 r268855 1 2020-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 1 19 2020-10-21 Ryosuke Niwa <rniwa@webkit.org> 2 20 -
trunk/Tools/gtk/jhbuild.modules
r268591 r268855 484 484 <branch module="wpebackend-fdo-1.8.0.tar.xz" version="1.8.0" 485 485 repo="wpewebkit" 486 hash="sha256:9652a99c75fe1c6eab0585b6395f4e104b2427e4d1f42969f1f77df29920d253"/> 486 hash="sha256:9652a99c75fe1c6eab0585b6395f4e104b2427e4d1f42969f1f77df29920d253"> 487 <patch file="wpebackend-fdo-cmake-buildfix-3.10.patch" strip="1"/> 488 </branch> 487 489 </cmake> 488 490 -
trunk/Tools/jhbuild/jhbuild-minimal.modules
r268591 r268855 76 76 <branch module="wpebackend-fdo-1.8.0.tar.xz" version="1.8.0" 77 77 repo="wpewebkit" 78 hash="sha256:9652a99c75fe1c6eab0585b6395f4e104b2427e4d1f42969f1f77df29920d253"/> 78 hash="sha256:9652a99c75fe1c6eab0585b6395f4e104b2427e4d1f42969f1f77df29920d253"> 79 <patch file="wpebackend-fdo-cmake-buildfix-3.10.patch" strip="1"/> 80 </branch> 79 81 </cmake> 80 82 -
trunk/Tools/wpe/jhbuild.modules
r268591 r268855 199 199 <branch module="wpebackend-fdo-1.8.0.tar.xz" version="1.8.0" 200 200 repo="wpewebkit" 201 hash="sha256:9652a99c75fe1c6eab0585b6395f4e104b2427e4d1f42969f1f77df29920d253"/> 201 hash="sha256:9652a99c75fe1c6eab0585b6395f4e104b2427e4d1f42969f1f77df29920d253"> 202 <patch file="wpebackend-fdo-cmake-buildfix-3.10.patch" strip="1"/> 203 </branch> 202 204 </cmake> 203 205
Note:
See TracChangeset
for help on using the changeset viewer.