From d289fced97936cf753ccf026a680d6c891394904 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Fri, 13 Sep 2019 18:11:29 +0200 Subject: [PATCH] Switch to libGL-devel --- opencv.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencv.spec b/opencv.spec index fd5a3e1..1ae32b1 100644 --- a/opencv.spec +++ b/opencv.spec @@ -144,8 +144,8 @@ BuildRequires: gflags-devel BuildRequires: SFML-devel BuildRequires: libucil-devel BuildRequires: qt5-qtbase-devel -BuildRequires: mesa-libGL-devel -BuildRequires: mesa-libGLU-devel +BuildRequires: libGL-devel +BuildRequires: libGLU-devel BuildRequires: hdf5-devel # Module opencv_ovis disabled because of incompatible OGRE3D version < 1.10 # BuildRequires: ogre-devel