summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saavedra <psaavedra@igalia.com>2023-02-08 15:31:17 +0100
committerKhem Raj <raj.khem@gmail.com>2023-02-08 08:51:44 -0800
commit0e0849cd1202ba12c6f138ca156babfe465a9ce7 (patch)
treed234424fcc6a023021b8848f1bafac307f002a28
parent42c0f0120ad1caf25118d079314c988d4633a437 (diff)
downloadmeta-openembedded-0e0849cd1202ba12c6f138ca156babfe465a9ce7.tar.gz
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>
-rw-r--r--meta-oe/recipes-graphics/graphene/graphene_1.10.8.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/graphene/graphene_1.10.8.bb b/meta-oe/recipes-graphics/graphene/graphene_1.10.8.bb
index 813ff74adf..1bbe7ecca1 100644
--- a/meta-oe/recipes-graphics/graphene/graphene_1.10.8.bb
+++ b/meta-oe/recipes-graphics/graphene/graphene_1.10.8.bb
@@ -17,6 +17,9 @@ GTKDOC_MESON_OPTION = "gtk_doc"
17 17
18EXTRA_OEMESON = "-Dinstalled_tests=false" 18EXTRA_OEMESON = "-Dinstalled_tests=false"
19 19
20# Disable ARM NEON support
21EXTRA_OEMESON:append:arm = " -Darm_neon=false"
22
20FILES:${PN} += "${libdir}/graphene-1.0" 23FILES:${PN} += "${libdir}/graphene-1.0"
21 24
22BBCLASSEXTEND = "native nativesdk" 25BBCLASSEXTEND = "native nativesdk"