summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorImran Zaman <imran.zaman@intel.com>2014-12-04 16:45:23 +0200
committerImran Zaman <imran.zaman@intel.com>2014-12-04 16:45:23 +0200
commitaf8dc5372108831758eb590dd48e8dfdef6722e7 (patch)
tree39d93481ee6447f62cdaeb60d1db9f1424d13b39
parentcf3a9a39c80ba0bbd33f773a04f5a56d87b47bad (diff)
downloadweston-af8dc5372108831758eb590dd48e8dfdef6722e7.tar.gz
weston-af8dc5372108831758eb590dd48e8dfdef6722e7.tar.bz2
weston-af8dc5372108831758eb590dd48e8dfdef6722e7.zip
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.spec9
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