summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2013-04-19 23:20:01 +0200
committerAndreas Boll <andreas.boll.dev@gmail.com>2013-04-19 23:20:01 +0200
commit7742bb232896ee4b0a1d6d926bcad30cf381b5db (patch)
tree5d4b503202ce1198dad4e748bd1d8626edb2d687
parent63d2d7b1866c54d27a5c91dbe834bbc474550564 (diff)
scons: remove IN_DRI_DRIVERremove-api_defines
Not used anymore.
-rw-r--r--src/mesa/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index 3cd0f87ef5..b87e40d72c 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -31,7 +31,6 @@ if env['platform'] == 'windows':
env.Append(CPPDEFINES = ['_GLAPI_NO_EXPORTS'])
else:
env.Append(CPPDEFINES = [
- 'IN_DRI_DRIVER', # enable the remap table (for DRI drivers)
('HAVE_DLOPEN', '1'),
])