Re: [PATCH weston] compositor: Add missing help text

2015-06-22 Thread Pekka Paalanen
On Wed, 10 Jun 2015 16:57:09 -0500
Derek Foreman  wrote:

> Help messages were missing for some command line options.
> 
> Signed-off-by: Derek Foreman 
> ---
>  src/compositor.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/src/compositor.c b/src/compositor.c
> index 8f02b4d..c8f2f28 100644
> --- a/src/compositor.c
> +++ b/src/compositor.c
> @@ -5067,7 +5067,8 @@ usage(int error_code)
>   fprintf(stderr,
>   "Options for fbdev-backend.so:\n\n"
>   "  --tty=TTY\t\tThe tty to use\n"
> - "  --device=DEVICE\tThe framebuffer device to use\n\n");
> + "  --device=DEVICE\tThe framebuffer device to use\n"
> + "  --use-gl\t\tUse the GL renderer\n\n");
>  #endif
>  
>  #if defined(BUILD_X11_COMPOSITOR)
> @@ -5075,6 +5076,7 @@ usage(int error_code)
>   "Options for x11-backend.so:\n\n"
>   "  --width=WIDTH\t\tWidth of X window\n"
>   "  --height=HEIGHT\tHeight of X window\n"
> + "  --scale=SCALE\t\tScale factor of output\n"
>   "  --fullscreen\t\tRun in fullscreen mode\n"
>   "  --use-pixman\t\tUse the pixman (CPU) renderer\n"
>   "  --output-count=COUNT\tCreate multiple outputs\n"

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


Thanks,
pq
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: [PATCH weston] compositor: add missing help text

2015-06-22 Thread Pekka Paalanen
On Fri, 12 Jun 2015 18:26:02 +0900
JoonCheol Park  wrote:

> The headless-backend.so was missing in available backend list
> 
> Signed-off-by: JoonCheol Park 
> ---
>  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
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel