From: Tapani Pälli Date: Tue, 28 Aug 2012 11:01:51 +0000 (+0300) Subject: scons : add HAVE_DLOPEN to build environment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9121460f13c420d9cd2783636fe79bc4798eebed;p=mesa.git scons : add HAVE_DLOPEN to build environment fixes dlopen issue caused by 57c57df7b4579b60a84062df2e64f84dd84558b5 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=54140 Signed-off-by: Tapani Pälli Signed-off-by: José Fonseca --- diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 9f7ac5b645f..920b545a89b 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -31,6 +31,7 @@ if env['platform'] == 'windows': else: env.Append(CPPDEFINES = [ 'IN_DRI_DRIVER', # enable the remap table (for DRI drivers) + ('HAVE_DLOPEN', '1'), ]) #