Weston is launched using Tizen Login Manager (tlm)
authorImran Zaman <imran.zaman@intel.com>
Tue, 23 Dec 2014 17:05:44 +0000 (19:05 +0200)
committerBoram Park <boram1288.park@samsung.com>
Fri, 6 Nov 2015 05:10:03 +0000 (14:10 +0900)
Change-Id: Idceda9e45a5156b409eafe0414d11746233f7d2e
Signed-off-by: Imran Zaman <imran.zaman@intel.com>
packaging/weston.spec

index 1bda37e..d1ded96 100644 (file)
@@ -73,7 +73,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}
@@ -188,15 +188,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/xdg
 install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg
 %endif
 
-# 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.
-
 rm -rf %{buildroot}%{_datadir}/wayland-sessions
 
 %pre