mesa/src
Jon TURNEY ec8ebff342 Check for dladdr(), rather than assuming we have it if we have RTLD_DEFAULT
Unfortunately, Cygwin defines RTLD_DEFAULT (for glibc compatibility), but can't
provide dladdr(), so add a check for dladdr()

Since I don't think scons is ever used to build for Cygwin, just set HAVE_DLADDR
in SConscript, assuming that if we have RTLD_DEFAULT, we have dladdr().

Cc: Jonathan Gray <jsg@jsg.id.au>
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Eric Anholt <eric@anholt.net>
2014-04-28 19:11:02 +01:00
..
egl egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORM 2014-04-25 21:17:54 +01:00
gallium util: Fix cross-compiles between endiannesses 2014-04-28 13:16:27 +01:00
gbm gbm: Set errno on errors 2014-04-25 21:16:45 +01:00
getopt
glsl glsl: fix spelling of derived 2014-04-27 21:37:23 +12:00
glx glx: drop obsolete _XUnlock_Mutex in __glXInitialize error path 2014-04-09 22:12:35 +01:00
gtest gtest: Update to 1.7.0. 2014-04-14 00:06:53 -07:00
hgl haiku libGL: Move from gallium target to src/hgl 2014-01-06 15:50:21 -06:00
loader loader: don't limit the non-udev path to only android 2014-04-05 12:17:28 +01:00
mapi mapi: OpenVG symbol exports. 2014-04-25 19:34:38 -07:00
mesa Check for dladdr(), rather than assuming we have it if we have RTLD_DEFAULT 2014-04-28 19:11:02 +01:00
Makefile.am src/build: Add getopt to distribution. 2014-04-07 09:41:02 -07:00
SConscript loader: introduce the loader util lib 2014-01-18 18:47:27 +00:00