Weston is launched using Tizen Login Manager (tlm) 78/32778/1 accepted/tizen/common/20141231.090139 accepted/tizen/mobile/20150102.004945 accepted/tizen/tv/20150102.004443 accepted/tizen/wearable/20150102.004711 submit/tizen/20141229.124324
authorImran Zaman <imran.zaman@intel.com>
Tue, 23 Dec 2014 17:05:44 +0000 (19:05 +0200)
committerImran Zaman <imran.zaman@intel.com>
Tue, 23 Dec 2014 17:05:44 +0000 (19:05 +0200)
Change-Id: Idceda9e45a5156b409eafe0414d11746233f7d2e
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
packaging/weston.spec

index 9e39e53..f5be5bf 100644 (file)
@@ -64,7 +64,7 @@ BuildRequires:  pkgconfig(wayland-client)
 BuildRequires:  pkgconfig(wayland-egl)
 BuildRequires:  pkgconfig(wayland-server)
 BuildRequires:  pkgconfig(xkbcommon) >= 0.3.0
-Requires:       weston-startup
+Requires:       tlm
 Requires(pre):  /usr/sbin/groupadd
 
 %if !%{with wayland}
@@ -155,15 +155,6 @@ install -m 755 weston-subsurfaces %{buildroot}%{_bindir}
 install -m 755 weston-transformed %{buildroot}%{_bindir}
 install -m 755 weston-fullscreen %{buildroot}%{_bindir}
 
-# 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
-# maintainers to add the necessary start-up script or systemd unit
-# file to start weston. Otherwise it becomes possible to install
-# weston without an automated means to start weston at boot, which may
-# lead to confusion.  This approach allows startup related files to be
-# maintained outside of this weston package.
-
 %pre
 getent group weston-launch >/dev/null || %{_sbindir}/groupadd -o -r weston-launch