mirror of
https://abf.rosa.ru/djam/mesa.git
synced 2025-02-24 07:02:54 +00:00
fix glvnd packaging
This commit is contained in:
parent
b7cdac833f
commit
d5d335065a
1 changed files with 4 additions and 0 deletions
|
@ -748,8 +748,10 @@ well-defined subset profiles of OpenGL.
|
|||
|
||||
This package provides the OpenGL ES library version 1.
|
||||
|
||||
%if ! %{with glvnd}
|
||||
%files -n %{libglesv1}
|
||||
%optional %{_libdir}/libGLESv1_CM.so.%{glesv1major}*
|
||||
%endif
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%package -n %{devglesv1}
|
||||
|
@ -788,8 +790,10 @@ OpenGL ES is a low-level, lightweight API for advanced embedded graphics using
|
|||
well-defined subset profiles of OpenGL.
|
||||
This package provides the OpenGL ES library version 2.
|
||||
|
||||
%if ! %{with glvnd}
|
||||
%files -n %{libglesv2}
|
||||
%optional %{_libdir}/libGLESv2.so.%{glesv2major}*
|
||||
%endif
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%package -n %{devglesv2}
|
||||
|
|
Loading…
Add table
Reference in a new issue