Re: [PATCH] shared: Fix build to ensure weston_matrix_ is still exported

2012-12-07 Thread Kristian Høgsberg
On Fri, Dec 07, 2012 at 05:36:13PM +, Rob Bradford wrote: > From: Rob Bradford > > We need to ensure that weston_matrix_ functions are available so include > wayland-util.h to provide the WL_EXPORT macro. To ensure that that header file > can be found we must search the appropriate path. Addi

[PATCH] shared: Fix build to ensure weston_matrix_ is still exported

2012-12-07 Thread Rob Bradford
From: Rob Bradford We need to ensure that weston_matrix_ functions are available so include wayland-util.h to provide the WL_EXPORT macro. To ensure that that header file can be found we must search the appropriate path. Adding $(COMPOSITOR_CFLAGS) to the CFLAGS is sufficient. --- shared/Makefil