Re: [PATCH weston] compositor-fbdev: fix start-up assertion

2017-08-15 Thread Armin Krezović
On 15.08.2017 09:43, Pekka Paalanen wrote: > From: Pekka Paalanen > > Fixes the failure to start with fbdev-backend: > > weston: /home/pq/git/weston/libweston/compositor.c:4733: > weston_compositor_add_pending_output: Assertion `output->disable' failed. > > The disable hook was completely unim

[PATCH weston] compositor-fbdev: fix start-up assertion

2017-08-15 Thread Pekka Paalanen
From: Pekka Paalanen Fixes the failure to start with fbdev-backend: weston: /home/pq/git/weston/libweston/compositor.c:4733: weston_compositor_add_pending_output: Assertion `output->disable' failed. The disable hook was completely unimplemented, and the regression was caused by e952a01c3b42c7c