[PATCH weston] compositor: add missing help text

Pekka Paalanen ppaalanen at gmail.com
Mon Jun 22 04:58:18 PDT 2015


On Fri, 12 Jun 2015 18:26:02 +0900
JoonCheol Park <jooncheol at gmail.com> wrote:

> The headless-backend.so was missing in available backend list
> 
> Signed-off-by: JoonCheol Park <jooncheol at gmail.com>
> ---
>  src/compositor.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/src/compositor.c b/src/compositor.c
> index 38c0775..0d4acda 100644
> --- a/src/compositor.c
> +++ b/src/compositor.c
> @@ -5039,6 +5039,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

Pushed with:
   360cfb0..e28ee34  master -> master


Thanks,
pq


More information about the wayland-devel mailing list