From 79cd86eaa5ce170da9055053e98dbdc0806f2307 Mon Sep 17 00:00:00 2001 From: lytico Date: Tue, 20 Jul 2021 01:23:57 +0200 Subject: [PATCH] Settings.cake: WebkitGtkSharp: try fix Deps, ExtraArgs (no success) --- CakeScripts/Settings.cake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CakeScripts/Settings.cake b/CakeScripts/Settings.cake index c873b5668..53742c2c7 100644 --- a/CakeScripts/Settings.cake +++ b/CakeScripts/Settings.cake @@ -41,7 +41,8 @@ class Settings }, new GAssembly("WebkitGtkSharp") { - Deps = new[] { "GLibSharp", "GtkSharp", "GioSharp", "CairoSharp", "PangoSharp", "GdkSharp" }, + Deps = new[] { "GtkSharp","GLibSharp", "GioSharp", "AtkSharp", "CairoSharp", "PangoSharp", "GdkSharp" }, + ExtraArgs = "--abi-cs-usings=Webkit,Gtk,GLib,Gdk,Atk,Pango,Cairo" } }; }