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
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