Introduce weston-launch
authorBenjamin Franzke <benjaminfranzke@googlemail.com>
Mon, 30 Jan 2012 13:04:04 +0000 (14:04 +0100)
committerBenjamin Franzke <benjaminfranzke@googlemail.com>
Fri, 6 Apr 2012 12:01:19 +0000 (14:01 +0200)
commitbfeda130de340c090895d23ea0a5742521ff0078
tree4b989a3e5e1472b644f690be28cc519666810d62
parent1a36156972f14bb8d481abd71cb4210eb226a7ba
Introduce weston-launch

weston-launch starts weston and provides mechanism
for weston to set/drop drm master, open a tty,
and read input devices without being root.

Execution is allowed for local-active sessions
or users in the group weston-launch.
13 files changed:
configure.ac
src/.gitignore
src/Makefile.am
src/compositor-drm.c
src/compositor.c
src/compositor.h
src/evdev.c
src/launcher-util.c [new file with mode: 0644]
src/launcher-util.h [new file with mode: 0644]
src/tty.c
src/util.c
src/weston-launch.c [new file with mode: 0644]
src/weston-launch.h [new file with mode: 0644]