diff options
| -rw-r--r-- | meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.1.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.1.bb index d9d877dc0d..029847ff5f 100644 --- a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.1.bb +++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.1.bb | |||
| @@ -31,6 +31,7 @@ inherit cmake pkgconfig | |||
| 31 | 31 | ||
| 32 | # Add nasm-native dependency consistently for all build arches is hard | 32 | # Add nasm-native dependency consistently for all build arches is hard |
| 33 | EXTRA_OECMAKE_append_class-native = " -DWITH_SIMD=False" | 33 | EXTRA_OECMAKE_append_class-native = " -DWITH_SIMD=False" |
| 34 | EXTRA_OECMAKE_append_class-nativesdk = " -DWITH_SIMD=False" | ||
| 34 | 35 | ||
| 35 | # Work around missing x32 ABI support | 36 | # Work around missing x32 ABI support |
| 36 | EXTRA_OECMAKE_append_class-target = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", "-DWITH_SIMD=False", "", d)}" | 37 | EXTRA_OECMAKE_append_class-target = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", "-DWITH_SIMD=False", "", d)}" |
