Use Wayland EGL as ELM and e-core evas engine, not Wayland SHM. 07/2707/1
authorOssama Othman <ossama.othman@intel.com>
Wed, 30 Jan 2013 00:07:11 +0000 (16:07 -0800)
committerOssama Othman <ossama.othman@intel.com>
Wed, 30 Jan 2013 00:18:55 +0000 (16:18 -0800)
Change-Id: Ia28a7473c1c441fd96c91f9f38dd3e651de08490
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
packaging/weston.sh

index 7d94bfa..620358d 100644 (file)
@@ -21,5 +21,5 @@ if [ -z "$HOME" ] || [ "$HOME" = "/" ]; then
     export HOME=/root
 fi
 
-export ELM_ENGINE=wayland_shm
-export ECORE_EVAS_ENGINE=wayland_shm
+export ELM_ENGINE=wayland_egl
+export ECORE_EVAS_ENGINE=wayland_egl