Remove BuildRequires: xorg-x11-server-devel

This doesn't seem to have ever been _really_ needed? This would build
something vaguely like the modesetting X driver but targetting exa
instead of glamor. I don't think we've ever built that driver from
mesa.spec; we used to build xorg-x11-drv-vmware from here, back in the
7.11 era, but that's long since been split apart. The upstream code and
dependency on xorg-server.pc has been gone since:

    commit 69b425efae189af6068b28d1da5a93d27c5315a7
    Author: Matt Turner <mattst88@gmail.com>
    Date:   Sat Oct 26 17:25:11 2013 -0700

	st/xorg: Delete.

So that's nice, because it eliminates a nasty bootstrap issue where
xorg-x11-server-devel requires mesa-libGL-devel.
This commit is contained in:
Adam Jackson 2016-08-23 12:34:24 -04:00
parent 07210b55a9
commit a6ffbb9492
1 changed files with 4 additions and 2 deletions

View File

@ -46,7 +46,7 @@
Name: mesa
Summary: Mesa graphics libraries
Version: 12.0.1
Release: 5%{?rctag:.%{rctag}}%{?dist}
Release: 6%{?rctag:.%{rctag}}%{?dist}
License: MIT
URL: http://www.mesa3d.org
@ -71,7 +71,6 @@ BuildRequires: libtool
%if %{with_hardware}
BuildRequires: kernel-headers
BuildRequires: xorg-x11-server-devel
%endif
BuildRequires: libdrm-devel >= 2.4.42
BuildRequires: libXxf86vm-devel
@ -617,6 +616,9 @@ popd
%endif
%changelog
* Tue Aug 23 2016 Adam Jackson <ajax@redhat.com> - 12.0.1-6
- Remove BuildRequires: xorg-x11-server-devel
* Mon Aug 15 2016 Igor Gnatenko <ignatenko@redhat.com> - 12.0.1-5
- Fix broken deps with OpenCL