Settings.cake: WebkitGtkSharp: try fix Deps, ExtraArgs (no success)

This commit is contained in:
lytico 2021-07-20 01:23:57 +02:00
parent c1b43bf0db
commit 79cd86eaa5

View File

@ -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"
}
};
}