summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"