[zenity] build: Bump webkit2gtk requirement to 4.1



commit fa9ed4b58780cd385491fb8096345bb79bdf5d2e
Author: Logan Rathbone <poprocks gmail com>
Date:   Fri Jul 1 14:01:49 2022 -0400

    build: Bump webkit2gtk requirement to 4.1
    
    In preparation for GNOME 43.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 6f287908..c112d18c 100644
--- a/meson.build
+++ b/meson.build
@@ -70,7 +70,7 @@ if get_option('libnotify')
   endif
 endif
 
-webkitgtk = dependency('webkit2gtk-4.0', version: '>= 2.8.1', required: false)
+webkitgtk = dependency('webkit2gtk-4.1', required: false)
 if get_option('webkitgtk')
   if webkitgtk.found()
     zenity_conf.set('HAVE_WEBKITGTK', true)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]