mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 01:48:00 +02:00
compositor: add missing help text
The headless-backend.so was missing in available backend list Signed-off-by: JoonCheol Park <jooncheol@gmail.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
4fa7b7f06e
commit
e28ee34214
1 changed files with 3 additions and 0 deletions
|
|
@ -5043,6 +5043,9 @@ usage(int error_code)
|
|||
#if defined(BUILD_RDP_COMPOSITOR)
|
||||
"\t\t\t\trdp-backend.so\n"
|
||||
#endif
|
||||
#if defined(BUILD_HEADLESS_COMPOSITOR)
|
||||
"\t\t\t\theadless-backend.so\n"
|
||||
#endif
|
||||
#if defined(BUILD_RPI_COMPOSITOR) && defined(HAVE_BCM_HOST)
|
||||
"\t\t\t\trpi-backend.so\n"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue