summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Friedrich <efriedrich@de.adit-jv.com>2023-01-07 13:42:03 +0100
committerEugen Friedrich <efriedrich@de.adit-jv.com>2023-01-07 13:42:03 +0100
commit2c3d20a8afca05eddb85e72334a3bbafa7f81d31 (patch)
treeb8b6a70b7f71260860fd1fa78ff60bdecc8973a6
parenteaf7f8aada22ce8bf9e9a2b49bf6a232370aad23 (diff)
parente454e0ed9080b740c74eac99d7805fe7bba12dbe (diff)
downloadwayland-ivi-extension-2c3d20a8afca05eddb85e72334a3bbafa7f81d31.tar.gz
Merge remote-tracking branch 'upstream/pull/140'2.2.1_weston_6_compatible
* upstream/pull/140 README: update for wayland backend Reviewed-by: Eugen Friedrich <efriedrich@de.adit-jv.com>
-rw-r--r--README12
1 files changed, 8 insertions, 4 deletions
diff --git a/README b/README
index c188767..fba7797 100644
--- a/README
+++ b/README
@@ -46,17 +46,21 @@ Pre-requisite:
export LD_LIBRARY_PATH=<your installation path>/lib
Start-up Weston:
- Example: <your installation path>/bin/weston
+ Syntax: <your installation path>/bin/weston [wayland_display_to_listen_on]
+ Example: /usr/bin/weston -Swayland-1
Start-up HMI helper:
- Example: <your installation path>/bin/layer-add-surfaces 1000 1
+ Syntax: [wayland_display_to_connect_to] <your installation path>/bin/layer-add-surfaces <layer_id> <surface_count>
+ Example: WAYLAND_DISPLAY=wayland-1 $HOME/bin/layer-add-surfaces 1000 1
EGLWLMockNavigation:
- Example: <your installation path>/bin/EGLWLMockNavigation
+ Syntax: [wayland_display_to_connect_to] <your installation path>/bin/EGLWLMockNavigation
+ Example: WAYLAND_DISPLAY=wayland-1 $HOME/bin/EGLWLMockNavigation
How to test
====================================
1. Build the testsuite by setting BUILD_ILM_API_TESTS option.
Example: cmake -DBUILD_ILM_API_TESTS
2. After starting up Weston run the testsuite.
- Example: <your installation path>/bin/ivi-layermanagement-api-test
+ Syntax: [wayland_display_to_connect_to] <your installation path>/bin/ivi-layermanagement-api-test
+ Example: WAYLAND_DISPLAY=wayland-1 $HOME/bin/ivi-layermanagement-api-test