From: Imran Zaman Date: Tue, 23 Dec 2014 17:05:44 +0000 (+0200) Subject: Weston is launched using Tizen Login Manager (tlm) X-Git-Tag: submit/tizen/20151116.055554~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21a44fb63ef8fb8f007bf9dbf7c155f3215356be;p=platform%2Fupstream%2Fweston.git Weston is launched using Tizen Login Manager (tlm) Change-Id: Idceda9e45a5156b409eafe0414d11746233f7d2e Signed-off-by: Imran Zaman --- diff --git a/packaging/weston.spec b/packaging/weston.spec index 1bda37ea..d1ded960 100644 --- a/packaging/weston.spec +++ b/packaging/weston.spec @@ -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