forked from pool/xorg-x11-server
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
This commit is contained in:
parent
917646c26e
commit
6e70da3e7e
@ -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
|
Mon Feb 16 14:11:57 UTC 2015 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -43,6 +43,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: pkgconfig(bigreqsproto) >= 1.1.0
|
BuildRequires: pkgconfig(bigreqsproto) >= 1.1.0
|
||||||
BuildRequires: pkgconfig(compositeproto)
|
BuildRequires: pkgconfig(compositeproto)
|
||||||
BuildRequires: pkgconfig(damageproto) >= 1.1
|
BuildRequires: pkgconfig(damageproto) >= 1.1
|
||||||
|
BuildRequires: pkgconfig(dbus-1) >= 1.0
|
||||||
BuildRequires: pkgconfig(dmx) >= 1.0.99.1
|
BuildRequires: pkgconfig(dmx) >= 1.0.99.1
|
||||||
BuildRequires: pkgconfig(dri) >= 7.8.0
|
BuildRequires: pkgconfig(dri) >= 7.8.0
|
||||||
BuildRequires: pkgconfig(dri2proto)
|
BuildRequires: pkgconfig(dri2proto)
|
||||||
@ -59,6 +60,7 @@ BuildRequires: pkgconfig(ice)
|
|||||||
BuildRequires: pkgconfig(inputproto) >= 1.9.99.902
|
BuildRequires: pkgconfig(inputproto) >= 1.9.99.902
|
||||||
BuildRequires: pkgconfig(kbproto) >= 1.0.3
|
BuildRequires: pkgconfig(kbproto) >= 1.0.3
|
||||||
BuildRequires: pkgconfig(libdrm)
|
BuildRequires: pkgconfig(libdrm)
|
||||||
|
BuildRequires: pkgconfig(libsystemd-daemon)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(pciaccess) >= 0.8.0
|
BuildRequires: pkgconfig(pciaccess) >= 0.8.0
|
||||||
BuildRequires: pkgconfig(pixman-1) >= 0.24
|
BuildRequires: pkgconfig(pixman-1) >= 0.24
|
||||||
@ -284,6 +286,7 @@ autoreconf -fi
|
|||||||
--disable-xfbdev \
|
--disable-xfbdev \
|
||||||
--enable-record \
|
--enable-record \
|
||||||
--enable-xcsecurity \
|
--enable-xcsecurity \
|
||||||
|
--enable-systemd-logind \
|
||||||
--with-sha1=libcrypto \
|
--with-sha1=libcrypto \
|
||||||
--disable-linux-acpi \
|
--disable-linux-acpi \
|
||||||
--disable-linux-apm \
|
--disable-linux-apm \
|
||||||
|
Loading…
Reference in New Issue
Block a user