Add gi-cairo dependency for gi-vte#420
Conversation
It appears that VTE now depends on Cairo: https://github.com/GNOME/vte/blob/16e65aa7bea7b5781248be6fa904e3ee1077efdc/bindings/gir/meson.build#L21
|
I noticed this in Nixpkgs. Here's a link to build logs: https://hydra.nixos.org/build/242576887/nixlog/2 Or, inline: Failing build logs for gi-vteThe error in question is One thing I don't understand is why we're only seeing this error now, when it appears that VTE has had a dependency on cairo for at least a year or so. |
|
Just bumping this if you've had a chance to look at it. |
|
Thanks! And apologies for the delay. I have just merged this and uploaded a new version to hackage. Unfortunately I cannot generate the documentation since I cannot build the bindings in my computer (due to pkgconf/pkgconf#310 , I think, but I don't have time to fix this myself, so I will have to wait until versions of |
|
I just managed to fix my system (by installing the latest version of Thanks again for the PR! |
|
Thanks, I appreciate it! |
This PR adds a gi-cairo dependency to gi-vte.
It appears that VTE now depends on Cairo:
https://github.com/GNOME/vte/blob/16e65aa7bea7b5781248be6fa904e3ee1077efdc/bindings/gir/meson.build#L21