Gtk to Gtk3 #271
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This allows for compiling on modern Linux distributions (such as Solus). By doing this it fixes the game crashing because it can't find libwebkitgtk-1.0. Also Gtk3 brings it one more step of the way to be compatible with Wayland.
Must have bellow package installed
https://github.com/mono/gtk-sharp
It actually works with Wayland if you use GTK3, I've tested it before. I'm not sure why I hadn't done this before... let me think about it for a bit and see if I can remember before I merge this.
I don't remember why this wasn't done before. Can't think of a reason not to. Thanks!