SHA256
1
0
forked from pool/Mesa

- let Mesa require Mesa-libEGL1 for a libglvnd build;

xf86-video-amdgpu driver needs it for 2D support via glamor
  (boo#1034832)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=603
This commit is contained in:
Stefan Dirsch 2017-04-21 09:43:57 +00:00 committed by Git OBS Bridge
parent f2aedc59e3
commit 182b898d77
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Apr 21 09:09:25 UTC 2017 - sndirsch@suse.com
- let Mesa require Mesa-libEGL1 for a libglvnd build;
xf86-video-amdgpu driver needs it for 2D support via glamor
(boo#1034832)
-------------------------------------------------------------------
Thu Apr 20 13:16:22 UTC 2017 - idonmez@suse.com

View File

@ -171,6 +171,7 @@ BuildRequires: llvm-clang-devel
%endif
%if 0%{?libglvnd}
Requires: Mesa-libEGL1 = %{version}
Requires: Mesa-libGL1 = %{version}
Requires: libglvnd0 >= 0.1.0
%endif
@ -393,8 +394,8 @@ applications using the OpenGL|ES 3.x APIs.
%package -n libOSMesa8
Summary: Mesa Off-screen rendering extension
Group: System/Libraries
# Wrongly named package shipped .so.8
Group: System/Libraries
Obsoletes: libOSMesa9 < %{version}-%{release}
Provides: libOSMesa9 = %{version}-%{release}
@ -500,8 +501,8 @@ implementation of Mesa.
%package libd3d
Summary: Mesa Direct3D9 state tracker
Group: System/Libraries
# Manually provide d3d library (bnc#918294)
Group: System/Libraries
%ifarch x86_64 s390x ppc64le aarch64
Provides: d3dadapter9.so.1()(64bit)
%else