Re: [RESEND] [PATCH] weston: Add support for "--foo bar" style options

2017-05-07 Thread Eric Engestrom
On Friday, 2017-05-05 14:20:33 -0400, Lyude wrote: > A little earlier today I ended up spending a lot of time trying to > figure out why weston wasn't managing to launch over SSH and telling me > that I did not have a --tty option specified, despite me passing the > option strings ["--tty", "3"].

[RESEND] [PATCH] weston: Add support for "--foo bar" style options

2017-05-05 Thread Lyude
A little earlier today I ended up spending a lot of time trying to figure out why weston wasn't managing to launch over SSH and telling me that I did not have a --tty option specified, despite me passing the option strings ["--tty", "3"]. Turns out weston just doesn't support that. So, add