From 7eb51f114d1f58e880c2dbc3db2d15be0b4dd577 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Sun, 15 Jun 2014 16:45:37 +0200 Subject: [PATCH] Enable DBus support so that logind integration actually works --- weston.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/weston.spec b/weston.spec index 88a5f13..b23eb81 100644 --- a/weston.spec +++ b/weston.spec @@ -6,7 +6,7 @@ Name: weston Version: 1.5.0 -Release: 4%{?alphatag}%{?dist} +Release: 5%{?alphatag}%{?dist} Summary: Reference compositor for Wayland Group: User Interface/X License: BSD and CC-BY-SA @@ -53,6 +53,7 @@ BuildRequires: pixman-devel BuildRequires: poppler-devel BuildRequires: poppler-glib-devel BuildRequires: systemd-devel +BuildRequires: dbus-devel BuildRequires: lcms2-devel BuildRequires: colord-devel %if 0%{?with_rdp} @@ -130,6 +131,9 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f %{_libdir}/pkgconfig/weston.pc %changelog +* Sun Jun 15 2014 Lubomir Rintel - 1.5.0-5 +- Enable DBus support so that logind integration actually works + * Sun Jun 08 2014 Fedora Release Engineering - 1.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild