- 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:
parent
f2aedc59e3
commit
182b898d77
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user