Re: [PATCH] compositor: block running drm backend using weston binary

2013-03-27 Thread Kristian Høgsberg
On Wed, Mar 27, 2013 at 05:14:24PM +0100, Rafal Mielniczuk wrote: > While running weston with drm-backend, we check if its parent executable > name was weston-launch. In case it wasn't, we print error message and > quit. > > This fixes https://bugs.freedesktop.org/show_bug.cgi?id=60926 Thanks for

[PATCH] compositor: block running drm backend using weston binary

2013-03-27 Thread Rafal Mielniczuk
While running weston with drm-backend, we check if its parent executable name was weston-launch. In case it wasn't, we print error message and quit. This fixes https://bugs.freedesktop.org/show_bug.cgi?id=60926 --- src/compositor.c | 16 1 file changed, 16 insertions(+) diff --g