diff options
-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 |