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

2015-06-07 Thread Pekka Paalanen
On Fri, 5 Jun 2015 10:07:16 -0500 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. > > Signed-off-by: Derek Foreman > --- > > src/compositor.c | 10 +++---

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

2015-06-07 Thread Pekka Paalanen
On Fri, 05 Jun 2015 12:15:12 -0700 "Jon A. Cruz" wrote: > On 06/05/2015 08:07 AM, Derek Foreman wrote: > > WL_EXPORT void * > > weston_load_module(const char *name, const char *entrypoint) > > { > > + const char *builddir = getenv("WESTON_BUILD_DIR"); > > > There's something 'off' here ab

Re: [PATCH weston] Add config option to disable input method

2015-06-07 Thread Pekka Paalanen
On Sat, 6 Jun 2015 10:18:17 + Murray Calavera wrote: > When building a shell-plugin the developer might not want to implement > an input method. Nevertheless weston will look for one, print errors > complaining that the input method died and then give up. > > Signed-off-by: Murray Calavera

Re: [ANNOUNCE] Wayland Live CD release

2015-06-07 Thread Graham Cantin
Thanks for putting up the github ISO mirror -- Just wanted to say howdy and let you know people are out there playing with RBOS. :) Sometimes the silence is deafening; from my own projects, it always feels good to hear from someone playing around with them. On Sat, Jun 6, 2015 at 8:21 PM, nerdopol