mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 08:12:40 +00:00
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:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user