Fixed cake settings for sourceview

Need ref. to GioSharp.
This commit is contained in:
Drew Holzworth 2020-07-07 15:45:59 +10:00
parent dc1410b511
commit 43e78d943a
No known key found for this signature in database
GPG Key ID: 931DFD9C2A605512

View File

@ -37,7 +37,7 @@ class Settings
},
new GAssembly("SourceView")
{
Deps = new[] { "GdkSharp" },
Deps = new[] { "GtkSharp", "GioSharp" },
}
};
}