diff options
-rw-r--r-- | meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb | 4 |
1 files changed, 4 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 00dd68006f..ab9595cc75 100644 --- a/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb +++ b/meta/recipes-graphics/xorg-lib/pixman_0.40.0.bb | |||
@@ -34,4 +34,8 @@ EXTRA_OEMESON += "-Dloongson-mmi=disabled" | |||
34 | # disable iwmmxt due to compile fails on most arm platforms. | 34 | # disable iwmmxt due to compile fails on most arm platforms. |
35 | EXTRA_OEMESON += "-Diwmmxt=disabled" | 35 | EXTRA_OEMESON += "-Diwmmxt=disabled" |
36 | 36 | ||
37 | EXTRA_OEMESON:append:class-target:powerpc = " ${@bb.utils.contains("TUNE_FEATURES", "altivec", "-Dvmx=enabled", "-Dvmx=disabled", d)}" | ||
38 | EXTRA_OEMESON:append:class-target:powerpc64 = " ${@bb.utils.contains("TUNE_FEATURES", "altivec", "-Dvmx=enabled", "-Dvmx=disabled", d)}" | ||
39 | EXTRA_OEMESON:append:class-target:powerpc64le = " ${@bb.utils.contains("TUNE_FEATURES", "altivec", "-Dvmx=enabled", "-Dvmx=disabled", d)}" | ||
40 | |||
37 | BBCLASSEXTEND = "native nativesdk" | 41 | BBCLASSEXTEND = "native nativesdk" |