mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 19:55:44 +00:00
Settings.cake: WebkitGtkSharp: try fix Deps, ExtraArgs (no success)
This commit is contained in:
parent
c1b43bf0db
commit
79cd86eaa5
|
@ -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"
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue