Title: [241016] trunk/Tools
- Revision
- 241016
- Author
- [email protected]
- Date
- 2019-02-06 05:47:50 -0800 (Wed, 06 Feb 2019)
Log Message
[GTK][WPE] force libpsl build to use ICU in jhbuild
https://bugs.webkit.org/show_bug.cgi?id=194288
Patch by Olivier Blin <[email protected]> on 2019-02-06
Reviewed by Carlos Garcia Campos.
* gtk/jhbuild.modules:
Require ICU for libpsl build in jhbuild, like done in WPE.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (241015 => 241016)
--- trunk/Tools/ChangeLog 2019-02-06 09:42:49 UTC (rev 241015)
+++ trunk/Tools/ChangeLog 2019-02-06 13:47:50 UTC (rev 241016)
@@ -1,3 +1,13 @@
+2019-02-06 Olivier Blin <[email protected]>
+
+ [GTK][WPE] force libpsl build to use ICU in jhbuild
+ https://bugs.webkit.org/show_bug.cgi?id=194288
+
+ Reviewed by Carlos Garcia Campos.
+
+ * gtk/jhbuild.modules:
+ Require ICU for libpsl build in jhbuild, like done in WPE.
+
2019-02-06 Michael Catanzaro <[email protected]>
REGRESSION(r240785): [SOUP] Broke cookie persistent storage
Modified: trunk/Tools/gtk/jhbuild.modules (241015 => 241016)
--- trunk/Tools/gtk/jhbuild.modules 2019-02-06 09:42:49 UTC (rev 241015)
+++ trunk/Tools/gtk/jhbuild.modules 2019-02-06 13:47:50 UTC (rev 241016)
@@ -231,6 +231,9 @@
<autotools id="libpsl"
autogenargs="--enable-runtime=libicu --enable-builtin=libicu">
+ <dependencies>
+ <dep package="icu"/>
+ </dependencies>
<branch module="rockdaboot/libpsl/releases/download/libpsl-${version}/libpsl-${version}.tar.gz"
version="0.20.2"
repo="github-tarball"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes