summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTapani Pälli <tapani.palli@intel.com>2012-08-28 14:01:51 +0300
committerJosé Fonseca <jfonseca@vmware.com>2012-08-30 12:02:03 +0100
commit9121460f13c420d9cd2783636fe79bc4798eebed (patch)
tree02aaa5162a1011b843697f1a876abb98ca1e2b22
parentf1fd94f3550372a91e79c4ff6c0b09821dfb0192 (diff)
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 <tapani.palli@intel.com> Signed-off-by: José Fonseca <jfonseca@vmware.com>
-rw-r--r--src/mesa/SConscript1
1 files changed, 1 insertions, 0 deletions
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'),
])
#