Accepting request 556490 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/556490 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=351
This commit is contained in:
commit
051d84b1d9
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user