[neon/qt/pyside2/Neon/unstable] debian/patches: Add one more file to the previous patch.

Dmitry Shachnev null at kde.org
Thu Jun 15 10:12:13 BST 2023


Git commit 2ca18a11490a5fdf8cbc8ea15af4412eb5272481 by Dmitry Shachnev.
Committed on 08/01/2023 at 16:58.
Pushed by carlosdem into branch 'Neon/unstable'.

Add one more file to the previous patch.

M  +17   -2    debian/patches/Fix-GLES-builds.patch

https://invent.kde.org/neon/qt/pyside2/-/commit/2ca18a11490a5fdf8cbc8ea15af4412eb5272481

diff --git a/debian/patches/Fix-GLES-builds.patch b/debian/patches/Fix-GLES-builds.patch
index d5083b98..3f7689f1 100644
--- a/debian/patches/Fix-GLES-builds.patch
+++ b/debian/patches/Fix-GLES-builds.patch
@@ -11,8 +11,9 @@ Reviewed-by: Christophe Giboudeaux <christophe at krop.fr>
 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes at qt.io>
 (cherry picked from commit e0848b2d644574e914d3f71c1fe4b309e39ac099)
 ---
- sources/pyside2/PySide2/QtGui/CMakeLists.txt | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
+ sources/pyside2/PySide2/QtGui/CMakeLists.txt             | 3 ++-
+ sources/pyside2/PySide2/QtOpenGLFunctions/CMakeLists.txt | 3 ++-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
 
 diff --git a/sources/pyside2/PySide2/QtGui/CMakeLists.txt b/sources/pyside2/PySide2/QtGui/CMakeLists.txt
 index 88d8be9..b8ef288 100644
@@ -28,3 +29,17 @@ index 88d8be9..b8ef288 100644
      message(STATUS "Qt${QT_MAJOR_VERSION}Gui: Dropping Desktop OpenGL classes (GLES2)")
  else()
      list(APPEND QtGui_SRC
+diff --git a/sources/pyside2/PySide2/QtOpenGLFunctions/CMakeLists.txt b/sources/pyside2/PySide2/QtOpenGLFunctions/CMakeLists.txt
+index 62ed669..af7a3c8 100644
+--- a/sources/pyside2/PySide2/QtOpenGLFunctions/CMakeLists.txt
++++ b/sources/pyside2/PySide2/QtOpenGLFunctions/CMakeLists.txt
+@@ -11,7 +11,8 @@ set(QtOpenGLFunctions_SRC ${QtOpenGLFunctions_GEN_DIR}/qtopenglfunctions_module_
+ list(FIND QtOpenGLFunctions_enabled_features "opengles2" _opengles2Index)
+ # ### fixme: For cmake >= 3.3: if(opengles2 IN_LIST QtOpenGLFunctions_enabled_features)
+ if(_opengles2Index GREATER -1)
+-    list(APPEND QtOpenGLFunctions_DROPPED_ENTRIES QOpenGLTimeMonitor QOpenGLTimerQuery)
++    list(APPEND QtOpenGLFunctions_DROPPED_ENTRIES QOpenGLTimeMonitor QOpenGLTimerQuery
++                QOpenGLVersionFunctionsFactory)
+     list(APPEND QtOpenGLFunctions_SRC
+          ${QtOpenGLFunctions_GEN_DIR}/qopenglfunctions_es2_wrapper.cpp)
+     message(STATUS "Qt${QT_MAJOR_VERSION}OpenGLFunctions: Dropping Desktop OpenGL classes (GLES2)")



More information about the Neon-commits mailing list