https://bugs.kde.org/show_bug.cgi?id=421136
--- Comment #26 from Alvin Wong <al...@alvinhc.com> --- Git commit 82f9ae948f910f22556d5095eaf37ffb5f21438d by Alvin Wong. Committed on 13/09/2021 at 08:13. Pushed by alvinwong into branch 'master'. Fix ARM builds using Qt with desktop OpenGL support Qt sets QT_OPENGL_ES_2 only if configured with OpenGL ES, so we can use it to substitute our HAS_ONLY_OPENGL_ES define. Windows builds sets QT_OPENGL_ES_2_ANGLE and QT_OPENGL_DYNAMIC instead, so it should be safe. M +5 -2 libs/ui/CMakeLists.txt M +2 -1 libs/ui/canvas/kis_mirror_axis.cpp M +7 -7 libs/ui/opengl/kis_opengl_canvas2.cpp M +9 -9 libs/ui/opengl/kis_opengl_image_textures.cpp https://invent.kde.org/graphics/krita/commit/82f9ae948f910f22556d5095eaf37ffb5f21438d -- You are receiving this mail because: You are watching all bug changes.