mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-06-16 19:40:11 +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")
|
new GAssembly("SourceView")
|
||||||
{
|
{
|
||||||
Deps = new[] { "GdkSharp" },
|
Deps = new[] { "GtkSharp", "GioSharp" },
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue