diff options
author | Imran Zaman <imran.zaman@intel.com> | 2014-12-04 16:45:23 +0200 |
---|---|---|
committer | Imran Zaman <imran.zaman@intel.com> | 2014-12-04 16:45:23 +0200 |
commit | af8dc5372108831758eb590dd48e8dfdef6722e7 (patch) | |
tree | 39d93481ee6447f62cdaeb60d1db9f1424d13b39 | |
parent | cf3a9a39c80ba0bbd33f773a04f5a56d87b47bad (diff) | |
download | weston-af8dc5372108831758eb590dd48e8dfdef6722e7.tar.gz weston-af8dc5372108831758eb590dd48e8dfdef6722e7.tar.bz2 weston-af8dc5372108831758eb590dd48e8dfdef6722e7.zip |
Disable multiseat for Tizen IVIsubmit/tizen_ivi/20141210.778899submit/tizen_ivi/20141210.445566submit/tizen/20141205.132711accepted/tizen/tv/20141210.131041accepted/tizen/mobile/20141208.024042accepted/tizen/ivi/20141215.104223accepted/tizen/common/20141205.162950
Add weston.target until tlm and other patches are submitted
Change-Id: Ida4150949cfe90f0e61e843ea48acc51ce320813
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
-rw-r--r-- | packaging/weston.spec | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/packaging/weston.spec b/packaging/weston.spec index 9781f100..be4978a8 100644 --- a/packaging/weston.spec +++ b/packaging/weston.spec @@ -14,10 +14,6 @@ %define extra_config_options3 --enable-sys-uid %endif -%if "%{profile}" == "ivi" -%define extra_config_options4 --enable-multiseat -%endif - Name: weston Version: 1.6.0 Release: 0 @@ -29,6 +25,7 @@ Url: http://weston.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/wayland/weston #Git-Web: http://cgit.freedesktop.org/wayland/weston/ Source0: %name-%version.tar.xz +Source1: %name.target Source1001: %name.manifest BuildRequires: autoconf >= 2.64, automake >= 1.11 BuildRequires: expat-devel @@ -155,7 +152,8 @@ install -m 755 weston-subsurfaces %{buildroot}%{_bindir} install -m 755 weston-transformed %{buildroot}%{_bindir} install -m 755 weston-fullscreen %{buildroot}%{_bindir} - +install -d %{buildroot}%{_unitdir_user} +install -m 644 %{SOURCE1} %{buildroot}%{_unitdir_user}/weston.target # The weston.service unit file must be provided by the weston-startup # virtual package, i.e. "Provide: weston-startup". The weston-startup # virtual package requirement is intended to force Tizen profile @@ -190,6 +188,7 @@ getent group weston-launch >/dev/null || %{_sbindir}/groupadd -o -r weston-launc %{_libdir}/weston/wayland-backend.so %{_libdir}/weston/gl-renderer.so %{_datadir}/weston +%{_unitdir_user}/weston.target %files devel %manifest %{name}.manifest |