diff options
| -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" |
