graphene: disable neon support on arm 32bits

This disables neon support on arm devices only because it crashes otherwise.

Upstream-status: Reported [https://github.com/ebassi/graphene/issues/215]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Pablo Saavedra
2023-02-08 15:31:17 +01:00
committed by Khem Raj
parent 42c0f0120a
commit 0e0849cd12
@@ -17,6 +17,9 @@ GTKDOC_MESON_OPTION = "gtk_doc"
EXTRA_OEMESON = "-Dinstalled_tests=false"
# Disable ARM NEON support
EXTRA_OEMESON:append:arm = " -Darm_neon=false"
FILES:${PN} += "${libdir}/graphene-1.0"
BBCLASSEXTEND = "native nativesdk"