diff options
| author | Pablo Saavedra <psaavedra@igalia.com> | 2023-02-08 15:31:17 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-08 08:51:44 -0800 |
| commit | 0e0849cd1202ba12c6f138ca156babfe465a9ce7 (patch) | |
| tree | d234424fcc6a023021b8848f1bafac307f002a28 | |
| parent | 42c0f0120ad1caf25118d079314c988d4633a437 (diff) | |
| download | meta-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.bb | 3 |
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 | ||
| 18 | EXTRA_OEMESON = "-Dinstalled_tests=false" | 18 | EXTRA_OEMESON = "-Dinstalled_tests=false" |
| 19 | 19 | ||
| 20 | # Disable ARM NEON support | ||
| 21 | EXTRA_OEMESON:append:arm = " -Darm_neon=false" | ||
| 22 | |||
| 20 | FILES:${PN} += "${libdir}/graphene-1.0" | 23 | FILES:${PN} += "${libdir}/graphene-1.0" |
| 21 | 24 | ||
| 22 | BBCLASSEXTEND = "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |
