Re: [PATCH weston] fix module_init signature in module tests

2013-05-17 Thread Kristian Høgsberg
On Fri, May 17, 2013 at 06:12:50AM -0700, U. Artie Eoff wrote: > From: "U. Artie Eoff" > > surface-global-test and surface-test did not get updated to > the new module_init(...) signature when it changed in > a50e6e4c500e3080b8df7ec14c7e42741477a423. Thus, they > failed to compile. Simply runni

Re: [PATCH weston] fix module_init signature in module tests

2013-05-17 Thread Othman, Ossama
Hi Artie, Sorry about that. I didn't realize some Weston binaries were only built under the "check" target. I'll run "make distcheck" the next time around. Thanks for the fix! -Ossama On Fri, May 17, 2013 at 6:12 AM, U. Artie Eoff wrote: > From: "U. Artie Eoff" > > surface-global-test and

[PATCH weston] fix module_init signature in module tests

2013-05-17 Thread U. Artie Eoff
From: "U. Artie Eoff" surface-global-test and surface-test did not get updated to the new module_init(...) signature when it changed in a50e6e4c500e3080b8df7ec14c7e42741477a423. Thus, they failed to compile. Simply running 'make check' shows the problem. This patch fixes it. fixes https://bugs