From 8030e0c23cac6e07a9a3b6c468e4f772dd39827f Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Mon, 30 Nov 2020 22:02:55 +0000 Subject: [PATCH] Fix previous commit. PR: 251486 Reported by: jbeich --- cad/opencascade/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index 57ce15289889..230be0ca1d87 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -85,7 +85,7 @@ VIS_CMAKE_OFF= -DUSE_FREEIMAGE:BOOL=OFF \ -DUSE_GLES2:BOOL=OFF VIS_LIB_DEPENDS= libftgl.so:graphics/ftgl \ libfreeimageplus.so:graphics/freeimage -VIS_USES= gl:glesv2 +VIS_USE= GL=glesv2 DOXYGEN_IMPLIES= DOCS DOXYGEN_USE= TEX=latex:build