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
@ -8053,6 +8053,7 @@ let
|
|||||||
cairo = cairo.override {
|
cairo = cairo.override {
|
||||||
glSupport = true;
|
glSupport = true;
|
||||||
};
|
};
|
||||||
|
pixman = pixman_cairo;
|
||||||
};
|
};
|
||||||
|
|
||||||
wings = callPackage ../applications/graphics/wings { };
|
wings = callPackage ../applications/graphics/wings { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user