1
0

Accepting request 556484 from home:michalsrb:branches:X11:XOrg

- Depend on pkgconfig's gl, egl and gbm instead of Mesa-devel.
  * Those dependencies are what xorg-x11-server really needs.
    Mesa-devel is too general and is a bottleneck in distribution
    build. (bnc#1071297)

OBS-URL: https://build.opensuse.org/request/show/556484
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=684
This commit is contained in:
Michal Srb 2017-12-12 13:35:15 +00:00 committed by Git OBS Bridge
parent e1b08e7951
commit 0d45f8217e
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Dec 12 13:11:34 UTC 2017 - msrb@suse.com
- Depend on pkgconfig's gl, egl and gbm instead of Mesa-devel.
* Those dependencies are what xorg-x11-server really needs.
Mesa-devel is too general and is a bottleneck in distribution
build. (bnc#1071297)
-------------------------------------------------------------------
Thu Nov 23 13:52:51 UTC 2017 - rbrown@suse.com

View File

@ -68,7 +68,6 @@ Source90: xorg-x11-server.macros.in
Source91: xorg-server-provides
Source92: pre_checkin.sh
BuildRequires: Mesa-devel
BuildRequires: bison
BuildRequires: flex
BuildRequires: libtool
@ -81,6 +80,7 @@ BuildRequires: pkgconfig(dmx) >= 1.0.99.1
BuildRequires: pkgconfig(dri) >= 7.8.0
BuildRequires: pkgconfig(dri2proto)
BuildRequires: pkgconfig(dri3proto)
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(epoxy) >= 1.1
%if 0%{?have_wayland} == 1
BuildRequires: pkgconfig(wayland-client)
@ -92,6 +92,8 @@ BuildRequires: pkgconfig(fontenc)
BuildRequires: pkgconfig(fontsproto)
BuildRequires: pkgconfig(fontutil)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(gbm)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glproto)
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(inputproto) >= 1.9.99.902