fix glvnd packaging

This commit is contained in:
Alexander Stefanov 2020-03-08 02:25:30 +00:00
parent b7cdac833f
commit d5d335065a

View file

@ -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}