[PATCH weston 0/6] Configuration file control
Pekka Paalanen
ppaalanen at gmail.com
Tue Mar 24 06:56:14 PDT 2015
From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
Hi,
I'm writing some testing foundations for ivi-shell, and for that I need to
specify a special weston.ini from the tests.
This series starts with some clean-up and sanity checks. The main point are the
last two patches, which ensure all pieces of Weston use the same config and
that you can specify the config file to load on the command line.
I assumed these are useful features on their own right, so here they are.
I also have a temporary branch with these patches:
http://cgit.collabora.com/git/user/pq/weston.git/log/?h=ivi-misc-1
Thanks,
pq
Pekka Paalanen (6):
compositor: postpone unhandled option check
tests: use MODDIR in weston-tests-env
shared: fail reading a directory as a config file
compositor: move code into load_configuration()
Pass config file from compositor to everything
compositor: add option to specify a weston.ini
clients/desktop-shell.c | 4 ++-
clients/ivi-shell-user-interface.c | 4 ++-
clients/terminal.c | 4 ++-
clients/window.c | 4 ++-
man/weston.man | 21 +++++++++++++
shared/config-parser.c | 20 ++++++++++++
shared/config-parser.h | 5 +++
src/compositor.c | 62 +++++++++++++++++++++++++++++---------
tests/weston-tests-env | 15 ++++-----
9 files changed, 114 insertions(+), 25 deletions(-)
--
2.0.5
More information about the wayland-devel
mailing list