Re: [PATCH v2 weston] compositor: Respect WESTON_BUILD_DIR env var in weston_load_module

2015-06-09 Thread Jon A. Cruz
On 06/09/2015 04:55 PM, Derek Foreman wrote: > On 09/06/15 06:24 PM, Jon A. Cruz wrote: >> On 06/08/2015 09:46 AM, Derek Foreman wrote: >>> We were loading modules out of the system dirs unconditionally, so >>> tests that loaded modules would use the system ones, or fail if >>> they weren't insta

Re: [PATCH v2 weston] compositor: Respect WESTON_BUILD_DIR env var in weston_load_module

2015-06-09 Thread Derek Foreman
On 09/06/15 06:24 PM, Jon A. Cruz wrote: > On 06/08/2015 09:46 AM, Derek Foreman wrote: >> We were loading modules out of the system dirs unconditionally, so >> tests that loaded modules would use the system ones, or fail if >> they weren't installed. >> >> Reviewed-By: Pekka Paalanen >> Signed-of

Re: [PATCH v2 weston] compositor: Respect WESTON_BUILD_DIR env var in weston_load_module

2015-06-09 Thread Jon A. Cruz
On 06/08/2015 09:46 AM, Derek Foreman wrote: > We were loading modules out of the system dirs unconditionally, so > tests that loaded modules would use the system ones, or fail if > they weren't installed. > > Reviewed-By: Pekka Paalanen > Signed-off-by: Derek Foreman > --- > src/compositor.c |

[PATCH v2 weston] compositor: Respect WESTON_BUILD_DIR env var in weston_load_module

2015-06-08 Thread Derek Foreman
We were loading modules out of the system dirs unconditionally, so tests that loaded modules would use the system ones, or fail if they weren't installed. Reviewed-By: Pekka Paalanen Signed-off-by: Derek Foreman --- src/compositor.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions