Re: [PATCH weston] rpi: avoid vc_dispmanx_set_wl_buffer_in_use without EGL

2013-11-23 Thread Pekka Paalanen
On Fri, 22 Nov 2013 17:26:58 + Daniel Stone wrote: > Hi, > > On 22 November 2013 15:30, wrote: > > The symbol is needed only for the EGL buffer path. If --disable-egl is > > given to ./configure, there is no need for it, so fix it to actually not > > look for that symbol needlessly. > > >

Re: [PATCH weston] Automatically generate weston.ini with the right paths

2013-11-23 Thread Neil Roberts
Kristian Høgsberg writes: > That's a nice idea. Could we just generate it from configure.ac by > listing it in AC_CONFIG_FILES? Sadly that doesn't work because the autoconf expansions still include variables for make. Eg, @bindir@ expands to ${exec_prefix}/bin. I think that is needed so that yo