From 8548008f53bbcebf65580304c89ea9d2a265bd85 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Mon, 30 Aug 2021 20:54:00 +0200 Subject: Enable no opengl builds By mistake opengl was marked as required library, but should be just optional. Fix compilation issues. This should enable build on yet another coin node. Pick-to: 6.2 Change-Id: Id87404928e6b042d902fcfe0a7fed99a6806456f Reviewed-by: Allan Sandfeld Jensen --- configure.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.cmake') diff --git a/configure.cmake b/configure.cmake index 30a423798..f00044a96 100644 --- a/configure.cmake +++ b/configure.cmake @@ -337,7 +337,7 @@ endif() assertTargets( MODULES QtWebEngine QtPdf - TARGETS Gui Widgets OpenGL OpenGLWidgets Quick Qml + TARGETS Gui Widgets Quick Qml ) add_check_for_support( MODULES QtWebEngine QtPdf -- cgit v1.2.1