From d449acb73047866a731e1dee9fc55b9315495c4632c0ca7c11b0e9e34f4790e5 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Sat, 22 Apr 2023 15:25:04 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/python3-pyside6?expand=0&rev=36 --- 0001-Fix-build-when-using-QT_FEATURE_opengles2.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/0001-Fix-build-when-using-QT_FEATURE_opengles2.patch b/0001-Fix-build-when-using-QT_FEATURE_opengles2.patch index a92fc23..7e92aab 100644 --- a/0001-Fix-build-when-using-QT_FEATURE_opengles2.patch +++ b/0001-Fix-build-when-using-QT_FEATURE_opengles2.patch @@ -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 Date: Sat, 22 Apr 2023 09:53:19 +0200 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. That's not the case when QT_FEATURE_opengles2 is enabled. Only qopenglfunctions_es2.h is installed in this configuration. -Amends: 6d6f614f +Amends: 6d6f614fdd7510a1b8a00a51bb6232a3d151523b Fixes: QTBUG-112708 Pick-to: 6.5