summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb b/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb
index 5a3bb22ec3..00dd68006f 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb
@@ -31,5 +31,7 @@ EXTRA_OEMESON = "-Dgtk=disabled -Dlibpng=disabled"
31# ld: pixman/libpixman-mmx.a(pixman-mmx.c.o): 31# ld: pixman/libpixman-mmx.a(pixman-mmx.c.o):
32# linking mips:loongson_2f module with previous mips:isa64 modules 32# linking mips:loongson_2f module with previous mips:isa64 modules
33EXTRA_OEMESON += "-Dloongson-mmi=disabled" 33EXTRA_OEMESON += "-Dloongson-mmi=disabled"
34# disable iwmmxt due to compile fails on most arm platforms.
35EXTRA_OEMESON += "-Diwmmxt=disabled"
34 36
35BBCLASSEXTEND = "native nativesdk" 37BBCLASSEXTEND = "native nativesdk"