forked from pool/xorg-x11-server
Manual merge the systemd fix to unblock system v232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=335
This commit is contained in:
parent
04907aeeef
commit
cac5ac4291
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 12 17:20:06 UTC 2016 - fbui@suse.com
|
||||||
|
|
||||||
|
- Replace pkgconfig(libsystemd-*) with pkgconfig(libsystemd)
|
||||||
|
|
||||||
|
Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs, which
|
||||||
|
are obsolete.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 5 21:40:57 UTC 2016 - zaitor@opensuse.org
|
Sat Nov 5 21:40:57 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xorg-x11-server
|
# spec file for package xorg-x11-server
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -89,7 +89,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(libsystemd)
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user