From b38d18f228ae29c8c4166d4d760d1d3fd18e1af2 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Fri, 8 May 2020 11:00:33 +0200 Subject: [PATCH] Requires mesa-libEGL default implementation for GLES Sync from rhel package --- libglvnd.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libglvnd.spec b/libglvnd.spec index fca0d04..5fde41c 100644 --- a/libglvnd.spec +++ b/libglvnd.spec @@ -101,6 +101,8 @@ libOpenGL is the common dispatch interface for the workstation OpenGL API. Summary: GLES support for libglvnd Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} %{!?_without_mesa_glvnd_default: +# mesa is the default EGL implementation provider +Requires: mesa-libEGL%{?_isa} >= 13.0.4-1 Obsoletes: mesa-libGLES < 19.3.0~rc1 Provides: mesa-libGLES Provides: mesa-libGLES%{?_isa}