Skip to content

Commit

Permalink
Settings.cake: WebkitGtkSharp: try fix Deps, ExtraArgs (no success)
Browse files Browse the repository at this point in the history
  • Loading branch information
lytico committed Jul 19, 2021
1 parent c1b43bf commit 79cd86e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CakeScripts/Settings.cake
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
};
}
Expand Down

0 comments on commit 79cd86e

Please sign in to comment.