mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-03 16:20:18 +01:00
As I found myself writing these for a MR think it would better
to have to easily available to point people to.
Another small change is that since c706e1f8c8 we no longer
default subscribe to drm-backend for the flight recorder so update docs
as well. Combined with this new file should actually explain better how
to make use of it.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
17 lines
366 B
Meson
17 lines
366 B
Meson
# you need to add here any files you add to the toc directory as well
|
|
files = [
|
|
'compositor.rst',
|
|
'head.rst',
|
|
'debug-flight-recorder.rst',
|
|
'log.rst',
|
|
'output.rst',
|
|
'output-management.rst',
|
|
'weston-config.rst',
|
|
'shell-utils.rst',
|
|
]
|
|
|
|
foreach file : files
|
|
configure_file(input: file, output: file, copy: true)
|
|
endforeach
|
|
|
|
subdir('images')
|