Skip to content
Snippets Groups Projects

Add weston-wrapper

Closed David Redondo requested to merge davidre/weston:restart into main
1 unresolved thread
5 files
+ 310
0
Compare changes
  • Side-by-side
  • Inline
Files
5
  • 655a598a
    Add weston-wrapper · 655a598a
    David Redondo authored
    A tiny helper binary that restarts the compositor when it crashes.
    Useful even when clients do not support restarting to restart
    the compositor without the session going down.
+ 10
0
srcs_wrapper = [
'weston-wrapper.c',
'wl-socket.c'
]
exe_wrapper = executable(
'weston-wrapper',
srcs_wrapper,
install: true
)
Loading