mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 10:15:12 +03:00
13 lines
480 B
Diff
13 lines
480 B
Diff
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
|