summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 7956d95fc1..dba23f586f 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -17,7 +17,6 @@ PE = "2"
17SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \ 17SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
18 file://0001-meson.build-check-for-all-linux-host_os-combinations.patch \ 18 file://0001-meson.build-check-for-all-linux-host_os-combinations.patch \
19 file://0002-meson.build-make-TLS-ELF-optional.patch \ 19 file://0002-meson.build-make-TLS-ELF-optional.patch \
20 file://0004-Revert-mesa-Enable-asm-unconditionally-now-that-gen_.patch \
21 file://0005-vc4-use-intmax_t-for-formatted-output-of-timespec-me.patch \ 20 file://0005-vc4-use-intmax_t-for-formatted-output-of-timespec-me.patch \
22 file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch \ 21 file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch \
23 file://0001-futex.h-Define-__NR_futex-if-it-does-not-exist.patch \ 22 file://0001-futex.h-Define-__NR_futex-if-it-does-not-exist.patch \
@@ -178,9 +177,6 @@ PACKAGECONFIG[osmesa] = "-Dosmesa=${OSMESA},-Dosmesa=none"
178 177
179PACKAGECONFIG[unwind] = "-Dlibunwind=true,-Dlibunwind=false,libunwind" 178PACKAGECONFIG[unwind] = "-Dlibunwind=true,-Dlibunwind=false,libunwind"
180 179
181# mesa tries to run cross-built gen_matypes on build machine to get struct size information
182EXTRA_OEMESON_append = " -Dasm=false"
183
184# llvmpipe is slow if compiled with -fomit-frame-pointer (e.g. -O2) 180# llvmpipe is slow if compiled with -fomit-frame-pointer (e.g. -O2)
185FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer" 181FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer"
186 182