From: Jeremy Bicha <jeremy.bicha@canonical.com>
Date: Thu, 15 Sep 2022 08:04:05 -0400
Subject: build: use webkitgtk 4.1

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 187555f..3f156e3 100644
--- a/meson.build
+++ b/meson.build
@@ -162,7 +162,7 @@ if have_python
 endif
 
 # WebKit2GTK support
-webkit2gtk_dep = dependency('webkit2gtk-4.0', version: '>= 2.28.0', required: get_option('webkit2gtk'))
+webkit2gtk_dep = dependency('webkit2gtk-4.1', version: '>= 2.28.0', required: get_option('webkit2gtk'))
 have_webkit2gtk = webkit2gtk_dep.found()
 
 # Check for GDK Quartz and MacOSX integration package