summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2023-03-08 09:52:04 -0600
committerMichael Catanzaro <mcatanzaro@redhat.com>2023-03-08 09:52:04 -0600
commit7bcc4b20a36ad953351a00b61ae8305d52e4d363 (patch)
treef1da8660a45371092c56b3126adcd74f1a47500e
parent0f2ae9d5f2e0747cf0a383691dd28c3628e8ec2f (diff)
downloadepiphany-mcatanzaro/web-process-extension.tar.gz
Require WebKitGTK 2.39.91mcatanzaro/web-process-extension
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 9621874bf..ac56e5f1e 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')