From: Rob Bradford Date: Mon, 9 Jul 2012 17:34:59 +0000 (+0100) Subject: Use SHM backend for Ecore & Elementary X-Git-Tag: accepted/2.0alpha-wayland/20130215.220742~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80c890505889a9365c0b8c03e49682d3e17fec41;p=profile%2Fivi%2Fweston.git Use SHM backend for Ecore & Elementary --- diff --git a/packaging/weston.changes b/packaging/weston.changes index cc05de9..acb2cc4 100644 --- a/packaging/weston.changes +++ b/packaging/weston.changes @@ -1,3 +1,6 @@ +* Mon Jul 09 2012 Rob Bradford build/2012-07-09.104957@74b3316 +- TIZEN: Use SHM backend for Ecore & Elementary + * Mon Jul 09 2012 Rob Bradford build/2012-07-04.165859@a945708 - Add logging to the weston.service file to facilitate debugging diff --git a/packaging/weston.service b/packaging/weston.service index 21f374c..4735e32 100644 --- a/packaging/weston.service +++ b/packaging/weston.service @@ -9,8 +9,8 @@ Wants=syslog.target dbus.service [Service] Environment=XDG_RUNTIME_DIR=/tmp Environment=QT_QPA_PLATFORM=wayland -Environment=ELM_ENGINE=wayland_egl -Environment=CLUTTER_BACKEND=wayland +Environment=ELM_ENGINE=wayland_shm +Environment=ECORE_EVAS_ENGINE=wayland_shm ExecStart=/usr/bin/weston --log=/var/log/weston.log Restart=always RestartSec=10 diff --git a/packaging/weston.spec b/packaging/weston.spec index 5f50d2f..19393f4 100644 --- a/packaging/weston.spec +++ b/packaging/weston.spec @@ -1,6 +1,6 @@ Name: weston Summary: Weston Compositor -Version: 0.94.90.30.g1248158.1 +Version: 0.94.90.30.g1248158.2 Release: 1 Group: System/Libraries License: MIT