diff options
author | Ossama Othman <ossama.othman@intel.com> | 2013-10-03 14:18:20 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2013-10-03 14:47:13 -0700 |
commit | 8c7ed3e9e36ad7ed332684dac286b84240ba04c8 (patch) | |
tree | 3f7a843e0891a32189260c394ca31750080e7294 | |
parent | d2c4ee4f301ded1ecc8229206183445338aeb983 (diff) | |
download | weston-8c7ed3e9e36ad7ed332684dac286b84240ba04c8.tar.gz weston-8c7ed3e9e36ad7ed332684dac286b84240ba04c8.tar.bz2 weston-8c7ed3e9e36ad7ed332684dac286b84240ba04c8.zip |
TIVI-1828: Make EFL apps use the wayland-based input method.
Change-Id: I289c6a87e51f9912676284038d80cc5871cc77e2
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
-rw-r--r-- | packaging/weston.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/weston.sh b/packaging/weston.sh index c94abebc..e804c12b 100644 --- a/packaging/weston.sh +++ b/packaging/weston.sh @@ -1,5 +1,8 @@ export ELM_ENGINE=wayland_egl export ECORE_EVAS_ENGINE=wayland_egl +# Make EFL apps use the wayland-based input method. +export ECORE_IMF_MODULE=wayland + # also export dbus session address for dbus clients (details on bug TIVI-1686 [https://bugs.tizen.org/jira/browse/TIVI-1686]) export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$UID/dbus/user_bus_socket |