mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 19:45:34 +00:00
Fixed cake settings for sourceview
Need ref. to GioSharp.
This commit is contained in:
parent
dc1410b511
commit
43e78d943a
|
@ -37,7 +37,7 @@ class Settings
|
|||
},
|
||||
new GAssembly("SourceView")
|
||||
{
|
||||
Deps = new[] { "GdkSharp" },
|
||||
Deps = new[] { "GtkSharp", "GioSharp" },
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue