void-packages/srcpkgs/glade3/patches/webkit2gtk41.patch

25 lines
872 B
Diff

Source: https://salsa.debian.org/gnome-team/glade/-/blob/ffc4395ef29b00362e0455c57f6dc9504df9d6ec/debian/patches/build-use-webkitgtk-4.1.patch
See: https://gitlab.gnome.org/GNOME/glade/-/issues/555
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