Re: [PATCH weston] shared: fix build of libshared-cairo

2013-06-04 Thread Kristian Høgsberg
On Tue, Jun 04, 2013 at 06:47:39PM +0300, ppaala...@gmail.com wrote: > From: Pekka Paalanen > > Another case of missing wayland-util.h, as we didn't pass any libwayland > CFLAGS. This is triggerable on a system, where libwayland is installed > in a custom prefix, and pixman, cairo, libpng, and we

[PATCH weston] shared: fix build of libshared-cairo

2013-06-04 Thread ppaalanen
From: Pekka Paalanen Another case of missing wayland-util.h, as we didn't pass any libwayland CFLAGS. This is triggerable on a system, where libwayland is installed in a custom prefix, and pixman, cairo, libpng, and webp are either not installed or are installed in the standard path. CONPOSITOR_