diff options
author | Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> | 2014-12-05 10:25:30 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> | 2014-12-05 10:32:51 +0100 |
commit | 9d61a8dd2d4cd1ff4fe6a2cc77e8180accd558c1 (patch) | |
tree | 8b99f391be2badfbc1fcae0db38b373f1d2eb7b6 | |
parent | 9a7c6c79a8cbde7c8c0be274834328011cacbd7d (diff) | |
download | weston-common-9d61a8dd2d4cd1ff4fe6a2cc77e8180accd558c1.tar.gz weston-common-9d61a8dd2d4cd1ff4fe6a2cc77e8180accd558c1.tar.bz2 weston-common-9d61a8dd2d4cd1ff4fe6a2cc77e8180accd558c1.zip |
QA plugin: add README filesubmit/tizen_common/20141205.093504accepted/tizen/common/20141205.145757
Add a "README" file for concerned people.
Change-Id: I844dadf73d732b415db207b0d6d4d56d1f9c7c6d
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
-rw-r--r-- | src/qa-plugin/Makefile.am | 2 | ||||
-rw-r--r-- | src/qa-plugin/README | 29 |
2 files changed, 30 insertions, 1 deletions
diff --git a/src/qa-plugin/Makefile.am b/src/qa-plugin/Makefile.am index 7d217f7..98595be 100644 --- a/src/qa-plugin/Makefile.am +++ b/src/qa-plugin/Makefile.am @@ -6,7 +6,7 @@ all-local : AM_CFLAGS = $(GCC_CFLAGS) -AM_CPPFLAGS = +AM_CPPFLAGS = CLEANFILES = diff --git a/src/qa-plugin/README b/src/qa-plugin/README new file mode 100644 index 0000000..7137bde --- /dev/null +++ b/src/qa-plugin/README @@ -0,0 +1,29 @@ + +QA plugin for Weston (Tizen) +**************************** + +This is a small plugin which enables some debugging stuff, +which can be retrieved by the "weston-qa-client" client. + + + INSTALLATION : + ------------ + +1) Temporary + -------- + start weston with the "--modules" parameter : + +$ weston --modules=desktop-shell.so,qa-plugin.so + + +2) Permanent + --------- + in "weston.ini" (default path : "/etc/xdg/weston/weston.ini"), replace : + +modules=desktop-shell.so + with +modules=desktop-shell.so,qa-plugin.so + + + And then, run : +$ weston-qa-client |