From fc6fe8152db01c2750764651e5c78147c27736c8 Mon Sep 17 00:00:00 2001 From: Lars Veelaert Date: Sun, 19 Jan 2025 22:38:27 +0100 Subject: [PATCH] Update to webkit2gtk-4.1 (4.0 is removed from new releases of linux) --- webview.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview.go b/webview.go index 7cf0d9f..22447d2 100644 --- a/webview.go +++ b/webview.go @@ -6,7 +6,7 @@ package webview #cgo linux openbsd freebsd netbsd CXXFLAGS: -DWEBVIEW_GTK -std=c++11 #cgo linux openbsd freebsd netbsd LDFLAGS: -ldl -#cgo linux openbsd freebsd netbsd pkg-config: gtk+-3.0 webkit2gtk-4.0 +#cgo linux openbsd freebsd netbsd pkg-config: gtk+-3.0 webkit2gtk-4.1 #cgo darwin CXXFLAGS: -DWEBVIEW_COCOA -std=c++11 #cgo darwin LDFLAGS: -framework WebKit -ldl