Re: [PATCH weston] main: update RDP backend help message

2015-07-31 Thread Bryce Harrington
On Fri, Jul 31, 2015 at 02:57:54PM -0300, Dawid Gajownik wrote: > BTW is there a reason why backend modules are not listed in the > alphabetical order in `weston --help' output? I know it's just > cosmetic but maybe it would be a bit easier to find necessary > information if thing were sorted. I a

Re: [PATCH weston] main: update RDP backend help message

2015-07-31 Thread Bryce Harrington
On Fri, Jul 31, 2015 at 02:49:57PM -0300, Dawid Gajownik wrote: > `--env-socket' option is of type WESTON_OPTION_BOOLEAN, not > WESTON_OPTION_STRING. Socket should be defined in RDP_FD environment variable. > > Signed-off-by: Dawid Gajownik Confirmed: src/compositor-rdp.c: { WESTON_OP

Re: [PATCH weston] main: update RDP backend help message

2015-07-31 Thread Dawid Gajownik
BTW is there a reason why backend modules are not listed in the alphabetical order in `weston --help' output? I know it's just cosmetic but maybe it would be a bit easier to find necessary information if thing were sorted. Thanks, Dawid ___ wayland-

[PATCH weston] main: update RDP backend help message

2015-07-31 Thread Dawid Gajownik
`--env-socket' option is of type WESTON_OPTION_BOOLEAN, not WESTON_OPTION_STRING. Socket should be defined in RDP_FD environment variable. Signed-off-by: Dawid Gajownik --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index a2ed2b4..0017a