Re: [PATCH weston] shared: fix matrix build failure

2012-12-07 Thread Kristian Høgsberg
On Fri, Dec 07, 2012 at 03:26:28PM +0200, Pekka Paalanen wrote: > Fix the error > matrix.c:27:28: fatal error: wayland-server.h: No such file or directory > > The only thing needed from wayland-server.h was WL_EXPORT. It was used > for exporting the matrix functions from Weston core to the modules

[PATCH weston] shared: fix matrix build failure

2012-12-07 Thread Pekka Paalanen
Fix the error matrix.c:27:28: fatal error: wayland-server.h: No such file or directory The only thing needed from wayland-server.h was WL_EXPORT. It was used for exporting the matrix functions from Weston core to the modules. Remove the use of WL_EXPORT. It is not needed anymore, because core and