summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-07-14 11:04:06 -0500
committerMarge Bot <marge-bot@gnome.org>2022-07-14 22:41:02 +0000
commite2ca3f735503084f6a96b15e72157bb5929a1edd (patch)
treeabdb41ff5974c8358e82e6911920377ee85f2e1c
parent6dff78b72cbad1579e1db548c5c42ca6e6e2942f (diff)
downloadepiphany-e2ca3f735503084f6a96b15e72157bb5929a1edd.tar.gz
Require WebKitGTK 2.37.1
So users do not lose PDF support. We want it for a !1151 anyway. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1113>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 9d0d40364..068e18efa 100644
--- a/meson.build
+++ b/meson.build
@@ -76,7 +76,7 @@ conf.set10('ENABLE_GSB', gsb_api_key != '')
glib_requirement = '>= 2.67.4'
gtk_requirement = '>= 3.24.0'
nettle_requirement = '>= 3.4'
-webkitgtk_requirement = '>= 2.33.2'
+webkitgtk_requirement = '>= 2.37.1'
conf.set('GLIB_VERSION_MIN_REQUIRED', 'GLIB_VERSION_2_68')
conf.set('GLIB_VERSION_MAX_ALLOWED', 'GLIB_VERSION_2_68')