fbc065fdc5
Documentation file for explaning in more detail how to run weston, using launcher direct and specifying a non-default seat. This explains how to create a udev file and assign a particular GPU card to it, and potentially, other input devices. It also describes a bit additional arguments that can be passed on, as an introduction to using the DRM node for that particular seat. Fixes #460 Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
15 lines
294 B
Meson
15 lines
294 B
Meson
# you need to add here any files you add to the toc directory as well
|
|
files = [
|
|
'kiosk-shell.rst',
|
|
'running-weston.rst',
|
|
'libweston.rst',
|
|
'test-suite.rst',
|
|
'test-suite-api.rst',
|
|
]
|
|
|
|
foreach file : files
|
|
configure_file(input: file, output: file, copy: true)
|
|
endforeach
|
|
|
|
subdir('libweston')
|