We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c3c53 commit 00d252fCopy full SHA for 00d252f
1 file changed
3rdparty/packages/pixman-1.cmake
@@ -15,12 +15,15 @@ if (NOT BUILD_SHARED_LIBS)
15
)
16
endif (NOT BUILD_SHARED_LIBS)
17
18
+# Build errors for armeabi-v7a SIMD and Neon asm code.
19
+if(ANDROID_ABI STREQUAL armeabi-v7a)
20
+ SET(ARM32_CONFIG CONFIGURE_ARGUMENTS -Dneon=disabled -Darm-simd=disabled)
21
+endif()
22
+
23
ExternalProjectMeson(pixman-1
24
DEPENDS libpng glib-2.0
25
URL https://cairographics.org/releases/pixman-0.38.4.tar.gz
26
URL_HASH SHA256=da66d6fd6e40aee70f7bd02e4f8f76fc3f006ec879d346bae6a723025cfbdde7
- CONFIGURE_ARGUMENTS
- #@TODO: enable for arm64. these fail only for 32 bit arm.
- -Dneon=disabled -Darm-simd=disabled
27
+ ${ARM32_CONFIG}
28
${PIXMAN_SHARED_ARGUMENT}
29
0 commit comments