summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2019-11-28 12:06:13 +0100
committerCarlos Garcia Campos <carlosgc@gnome.org>2019-11-28 14:04:56 +0100
commitb7381c715dfbf2c89b6face4b7f10e889cfd8e17 (patch)
tree9e5321f3d529e608653505542666fb7ff2d6df5d /meson.build
parent00a63a019221b53e4636d89000b4a9829905dd18 (diff)
downloadepiphany-b7381c715dfbf2c89b6face4b7f10e889cfd8e17.tar.gz
Use the new WebKit user messages API instead of DBus
It simplifies the code a lot and it's also a lot more efficient.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0644c1a02..f48d2e821 100644
--- a/meson.build
+++ b/meson.build
@@ -76,7 +76,7 @@ config_h = declare_dependency(
glib_requirement = '>= 2.61.2'
gtk_requirement = '>= 3.24.0'
nettle_requirement = '>= 3.4'
-webkitgtk_requirement = '>= 2.26.0'
+webkitgtk_requirement = '>= 2.27.3'
cairo_dep = dependency('cairo', version: '>= 1.2')
gcr_dep = dependency('gcr-3', version: '>= 3.5.5')