Skip to content

Resolve "Cannot instantiate Cairo.Context"

Philip Chimento requested to merge ptomato/gjs:126-cairo-overrides into master

It's confusing to have two incompatible ways to import Cairo. This makes sure that when you use imports.gi.cairo, it merges in imports.cairo as well. (imports.gi.cairo is only needed in a few cases, so I'm not going to worry about the reverse right now.)

Closes #126 (closed).

Merge request reports