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:
Carles Pagès 2013-03-03 23:01:51 +01:00
parent 8de5d77e3c
commit 323d7e2ab5

View file

@ -8053,6 +8053,7 @@ let
cairo = cairo.override {
glSupport = true;
};
pixman = pixman_cairo;
};
wings = callPackage ../applications/graphics/wings { };