Christophe Marin 2023-04-22 15:25:04 +00:00 committed by Git OBS Bridge
parent 7d47f027e8
commit d449acb730

View File

@ -1,15 +1,15 @@
From 394dd41ae732157df5e9f48a50de40746527d745 Mon Sep 17 00:00:00 2001 From 2369e85c53bfc3a0d0c55173ac31c87945bb03ee Mon Sep 17 00:00:00 2001
From: Christophe Marin <christophe@krop.fr> From: Christophe Marin <christophe@krop.fr>
Date: Sat, 22 Apr 2023 09:53:19 +0200 Date: Sat, 22 Apr 2023 09:53:19 +0200
Subject: [PATCH] Fix build when using QT_FEATURE_opengles2 Subject: [PATCH] Fix build when using QT_FEATURE_opengles2
'QT_CONFIG(opengl)' doesn't necessarily means all of the 'QT_CONFIG(opengl)' doesn't necessarily mean all of the
qopenglfunctions_* headers are present. qopenglfunctions_* headers are present.
That's not the case when QT_FEATURE_opengles2 is enabled. Only That's not the case when QT_FEATURE_opengles2 is enabled. Only
qopenglfunctions_es2.h is installed in this configuration. qopenglfunctions_es2.h is installed in this configuration.
Amends: 6d6f614f Amends: 6d6f614fdd7510a1b8a00a51bb6232a3d151523b
Fixes: QTBUG-112708 Fixes: QTBUG-112708
Pick-to: 6.5 Pick-to: 6.5