Re: [PATCH weston] launcher-util: pull in drm only for compositor-drm

2013-10-01 Thread Kristian Høgsberg
On Tue, Oct 01, 2013 at 12:30:17PM +0200, Tomeu Vizoso wrote: > With this patch plus the one I just sent about drop_privileges, > weston-launch can be used on the rpi. > > Thanks! Great, thanks for checking. Both patches are in master and will be in 1.3. Kristian > Tomeu > > > On 27 Septembe

Re: [PATCH weston] launcher-util: pull in drm only for compositor-drm

2013-10-01 Thread Tomeu Vizoso
With this patch plus the one I just sent about drop_privileges, weston-launch can be used on the rpi. Thanks! Tomeu On 27 September 2013 19:58, Adrian Negreanu wrote: > From: Adrian Negreanu > > Add drm_set_master and drm_drop_master > as wrappers for drm(Set|Drop)Master, when building compo

[PATCH weston] launcher-util: pull in drm only for compositor-drm

2013-09-27 Thread Adrian Negreanu
From: Adrian Negreanu Add drm_set_master and drm_drop_master as wrappers for drm(Set|Drop)Master, when building compositor-drm or as empty functions otherwise. Signed-off-by: Adrian Negreanu --- src/launcher-util.c | 28 1 file changed, 24 insertions(+), 4 deleti