Mesa (main): meson: stop searching for execinfo

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 26 02:10:03 UTC 2021


Module: Mesa
Branch: main
Commit: 9ca7412033873a42437c429967c91cc985b9ff33
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ca7412033873a42437c429967c91cc985b9ff33

Author: Simon Zeni <simon at bl4ckb0ne.ca>
Date:   Mon Aug 16 11:24:08 2021 -0400

meson: stop searching for execinfo

Signed-off-by: Simon Zeni <simon at bl4ckb0ne.ca>
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12108>

---

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 2106094cb4b..2e343e2c7ea 100644
--- a/meson.build
+++ b/meson.build
@@ -1333,7 +1333,7 @@ if not ['linux'].contains(host_machine.system())
   endif
 endif
 
-foreach h : ['xlocale.h', 'linux/futex.h', 'endian.h', 'dlfcn.h', 'execinfo.h', 'sys/shm.h', 'cet.h', 'pthread_np.h']
+foreach h : ['xlocale.h', 'linux/futex.h', 'endian.h', 'dlfcn.h', 'sys/shm.h', 'cet.h', 'pthread_np.h']
   if cc.check_header(h)
     pre_args += '-DHAVE_ at 0@'.format(h.to_upper().underscorify())
   endif



More information about the mesa-commit mailing list