https://bugs.kde.org/show_bug.cgi?id=421136

Halla Rempt <ha...@valdyas.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WAITINGFORINFO
             Status|REPORTED                    |NEEDSINFO

--- Comment #7 from Halla Rempt <ha...@valdyas.org> ---
I don't have access this hardware, but could you please this patch?

diff --git a/libs/ui/CMakeLists.txt b/libs/ui/CMakeLists.txt
index 1dd227e432..25db539747 100644
--- a/libs/ui/CMakeLists.txt
+++ b/libs/ui/CMakeLists.txt
@@ -7,7 +7,8 @@ include_directories(SYSTEM
     ${OCIO_INCLUDE_DIR}
 )

-if (ANDROID)
+# This is going to break when we start building on Windows ARM...
+if (ANDROID OR (CMAKE_SYSTEM_PROCESSOR MATCHES
"^(aarch64.*|AARCH64.*|arm64.*|ARM64.*)" AND NOT APPLE))
     add_definitions(-DQT_OPENGL_ES_3)
     add_definitions(-DHAS_ONLY_OPENGL_ES)
     include_directories (${Qt5AndroidExtras_INCLUDE_DIRS})

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to