weston: use pixman_cairo.
We have to use the same variant of pixman as cairo, otherwise compilation fails with unresolved symbols.
This commit is contained in:
parent
8de5d77e3c
commit
323d7e2ab5
1 changed files with 1 additions and 0 deletions
|
@ -8053,6 +8053,7 @@ let
|
|||
cairo = cairo.override {
|
||||
glSupport = true;
|
||||
};
|
||||
pixman = pixman_cairo;
|
||||
};
|
||||
|
||||
wings = callPackage ../applications/graphics/wings { };
|
||||
|
|
Loading…
Reference in a new issue