From fa9ed4b58780cd385491fb8096345bb79bdf5d2e Mon Sep 17 00:00:00 2001 From: Logan Rathbone Date: Fri, 1 Jul 2022 14:01:49 -0400 Subject: build: Bump webkit2gtk requirement to 4.1 In preparation for GNOME 43. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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) -- cgit From 01e6d92f23f49414ba8ec4c5b3daf49222c1e31d Mon Sep 17 00:00:00 2001 From: Logan Rathbone Date: Sat, 2 Jul 2022 13:22:40 -0400 Subject: Zenity 3.43.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index c112d18c..a17f9fdf 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('zenity', 'c', - version: '3.42.1', + version: '3.43.0', meson_version: '>=0.53.0', license: 'LGPL-2.1-or-later' ) -- cgit