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