diff options
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 87f167c507..54d7ea8961 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -161,6 +161,7 @@ EXTRA_OEMESON_append = " -Dasm=false" | |||
161 | FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer" | 161 | FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer" |
162 | 162 | ||
163 | CFLAGS_append_armv5 = " -DMISSING_64BIT_ATOMICS" | 163 | CFLAGS_append_armv5 = " -DMISSING_64BIT_ATOMICS" |
164 | CFLAGS_append_armv6 = " -DMISSING_64BIT_ATOMICS" | ||
164 | 165 | ||
165 | # Remove the mesa dependency on mesa-dev, as mesa is empty | 166 | # Remove the mesa dependency on mesa-dev, as mesa is empty |
166 | RDEPENDS_${PN}-dev = "" | 167 | RDEPENDS_${PN}-dev = "" |