summaryrefslogtreecommitdiffstats
path: root/package/midori
diff options
context:
space:
mode:
authorAdrian Perez de Castro <aperez@igalia.com>2017-09-13 19:51:20 +0300
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2017-09-24 14:32:32 +0200
commit905b1ab5c21f39f9cd1777f6d5745c90d863da4b (patch)
tree32c28f228ba2877bf8dcb291b4f5d4ca203fd279 /package/midori
parent83aae6deda9961765cbd1fa07bdd66c503a2d407 (diff)
downloadbuildroot-905b1ab5c21f39f9cd1777f6d5745c90d863da4b.tar.gz
buildroot-905b1ab5c21f39f9cd1777f6d5745c90d863da4b.zip
webkitgtk: update to version 2.18.0
Release notes: https://webkitgtk.org/2017/09/11/webkitgtk2.18.0-released.html No corresponding WebKit Security Advisory (WSA) has been published. All patches have been applied upstream. This also bumps the required target GCC version, due to the WebKit code now using more modern C++ features which were introduced in version 5.x of the compiler. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> [Arnout: - propagate dependency to midori; - mention in commit message why patches were removed.] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/midori')
-rw-r--r--package/midori/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/midori/Config.in b/package/midori/Config.in
index 43ba45e801..bc37c6a95b 100644
--- a/package/midori/Config.in
+++ b/package/midori/Config.in
@@ -1,7 +1,7 @@
-comment "midori needs libgtk3 and a glibc toolchain w/ C++, gcc >= 4.9, host gcc >= 4.8"
+comment "midori needs libgtk3 and a glibc toolchain w/ C++, gcc >= 5, host gcc >= 4.8"
depends on BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_PACKAGE_LIBGTK3 || \
- !BR2_HOST_GCC_AT_LEAST_4_8 || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \
+ !BR2_HOST_GCC_AT_LEAST_4_8 || !BR2_TOOLCHAIN_GCC_AT_LEAST_5 || \
!BR2_TOOLCHAIN_USES_GLIBC
config BR2_PACKAGE_MIDORI
@@ -10,7 +10,7 @@ config BR2_PACKAGE_MIDORI
depends on BR2_PACKAGE_LIBGTK3
depends on BR2_INSTALL_LIBSTDCPP # webkitgtk
depends on BR2_HOST_GCC_AT_LEAST_4_8 # webkitgtk -> icu
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # webkitgtk
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # webkitgtk
depends on BR2_TOOLCHAIN_USES_GLIBC # webkitgtk
depends on BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS
# GCR can only be used with the X11 backend
OpenPOWER on IntegriCloud