Re: [PATCH 1/1] config: add command line option for config file

2013-09-27 Thread Damian, Alexandru
ullysses.a.eoff= > intel@lists.freedesktop.org [mailto:wayland-devel- > > bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of > Alex DAMIAN > > Sent: Thursday, September 26, 2013 2:27 AM > > To: wayland-devel@lists.freedesktop.org > > Cc: Damian,

RE: [PATCH 1/1] config: add command line option for config file

2013-09-26 Thread Eoff, Ullysses A
> Sent: Thursday, September 26, 2013 2:27 AM > To: wayland-devel@lists.freedesktop.org > Cc: Damian, Alexandru > Subject: [PATCH 1/1] config: add command line option for config file > > From: Alexandru DAMIAN > > Added an option to specify the weston.ini config file >

[PATCH 1/1] config: add command line option for config file

2013-09-26 Thread Alex DAMIAN
From: Alexandru DAMIAN Added an option to specify the weston.ini config file to be used. Defaults to ${PWD}/weston.ini Adding a check in weston_config_full_path so that we don't crash if we started without a config file. Fixing a typo in help message. Signed-off-by: Alexandru DAMIAN --- shar