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

2013-11-27 Thread Kristian Høgsberg
On Sat, Nov 23, 2013 at 11:30:25AM +0200, Pekka Paalanen wrote: > 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 ne

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

2013-11-27 Thread Tomeu Vizoso
On 23 November 2013 10:30, Pekka Paalanen wrote: > 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

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] rpi: avoid vc_dispmanx_set_wl_buffer_in_use without EGL

2013-11-22 Thread Daniel Stone
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. > > This should fix the runtime error: > > Failed to load module: .

[PATCH weston] rpi: avoid vc_dispmanx_set_wl_buffer_in_use without EGL

2013-11-22 Thread ppaalanen
From: Pekka Paalanen 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. This should fix the runtime error: Failed to load module: .../rpi-backend.so: undefined s