From 6e70da3e7ee51eb5d39de1da54ea523d8ceb44a6bd3555ffbe602f300b394aac Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 23 Feb 2015 14:34:43 +0000 Subject: [PATCH] Accepting request 287045 from home:dimstar:Factory - Enable systemd-logind integration support: + Add pkgconfig(libsystemd-logind) and pkgconfig(dbus-1) BuildRequires. + Pass --enable-systemd-logind to configure. GDM 3.16.0 will make use of logind and requires X to have the capabilites. OBS-URL: https://build.opensuse.org/request/show/287045 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=563 --- xorg-x11-server.changes | 8 ++++++++ xorg-x11-server.spec | 3 +++ 2 files changed, 11 insertions(+) diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 2dee602..50a2099 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 20 16:09:39 UTC 2015 - dimstar@opensuse.org + +- Enable systemd-logind integration support: + + Add pkgconfig(libsystemd-logind) and pkgconfig(dbus-1) + BuildRequires. + + Pass --enable-systemd-logind to configure. + ------------------------------------------------------------------- Mon Feb 16 14:11:57 UTC 2015 - sndirsch@suse.com diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 62c2e52..c5ef8bb 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -43,6 +43,7 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(bigreqsproto) >= 1.1.0 BuildRequires: pkgconfig(compositeproto) BuildRequires: pkgconfig(damageproto) >= 1.1 +BuildRequires: pkgconfig(dbus-1) >= 1.0 BuildRequires: pkgconfig(dmx) >= 1.0.99.1 BuildRequires: pkgconfig(dri) >= 7.8.0 BuildRequires: pkgconfig(dri2proto) @@ -59,6 +60,7 @@ BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(inputproto) >= 1.9.99.902 BuildRequires: pkgconfig(kbproto) >= 1.0.3 BuildRequires: pkgconfig(libdrm) +BuildRequires: pkgconfig(libsystemd-daemon) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(pciaccess) >= 0.8.0 BuildRequires: pkgconfig(pixman-1) >= 0.24 @@ -284,6 +286,7 @@ autoreconf -fi --disable-xfbdev \ --enable-record \ --enable-xcsecurity \ + --enable-systemd-logind \ --with-sha1=libcrypto \ --disable-linux-acpi \ --disable-linux-apm \