mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-25 23:30:10 +01:00
kiosk-shell is fullscreen shell for apps that use the xdg-shell protocol. The goal is to make life easier for people shipping embedded devices with simple fullscreen shell requirements, and reduce the proliferation of desktop-shell hacks. Top level surfaces are made fullscreen, whereas dialogs are placed on top in the center of the output and retain their natural sizes. Dialogs can be moved and (un)maximized, but resizing is currently not supported. An app can be directed to a particular output by populating the "app-ids" field with the app's XDG app id, in the relevant "[output]" section in the weston config file. Fixes: #277 Signed-off-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
13 lines
271 B
Meson
13 lines
271 B
Meson
# you need to add here any files you add to the toc directory as well
|
|
files = [
|
|
'kiosk-shell.rst',
|
|
'libweston.rst',
|
|
'test-suite.rst',
|
|
'test-suite-api.rst',
|
|
]
|
|
|
|
foreach file : files
|
|
configure_file(input: file, output: file, copy: true)
|
|
endforeach
|
|
|
|
subdir('libweston')
|