summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2023-03-01 17:33:09 -0600
committerMarge Bot <marge-bot@gnome.org>2023-03-08 23:51:19 +0000
commitd6a2e128468c4d0a66065df66d6f7a5d6da63f1d (patch)
treeccdd1641d949c1cbf6efb7f41d8d7adc958c351d
parent832dded1fb555bc3fd96a9859175d0e46d113dc8 (diff)
downloadepiphany-d6a2e128468c4d0a66065df66d6f7a5d6da63f1d.tar.gz
Bump WebKitGTK requirement to 2.39.91
This is required for the download destination changes. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1295>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d320c058a..8766f8aae 100644
--- a/meson.build
+++ b/meson.build
@@ -77,7 +77,7 @@ glib_requirement = '>= 2.70.0'
gtk_requirement = '>= 4.9.3'
libadwaita_requirement = '>= 1.3.alpha'
nettle_requirement = '>= 3.4'
-webkitgtk_requirement = '>= 2.39.90'
+webkitgtk_requirement = '>= 2.39.91'
conf.set('GLIB_VERSION_MIN_REQUIRED', 'GLIB_VERSION_2_70')
conf.set('GLIB_VERSION_MAX_ALLOWED', 'GLIB_VERSION_2_70')