meson: Search for execinfo.h
authorJory Pratt <anarchy@gentoo.org>
Wed, 8 May 2019 02:47:40 +0000 (21:47 -0500)
committerMatt Turner <mattst88@gmail.com>
Wed, 19 Jun 2019 19:16:18 +0000 (12:16 -0700)
commit10e8d466011076a0453368cb976d9f6b06af0e94
tree25078294e5ff38bc2f4210b1cb2f9a0bbe36151f
parentfd7b7f14d857f96cf3b2e9d8405dbbfa30dc261a
meson: Search for execinfo.h

Rather than checking __GLIBC__/__UCLIBC__ macros as a proxy for
execinfo.h presence, just check directly. This allows the build to work
on musl.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
meson.build
src/gallium/auxiliary/util/u_debug_symbol.c
src/mapi/glapi/gen/gl_gentable.py
src/mesa/drivers/dri/i915/intel_regions.c