[Mesa-dev] [PATCH 7/6] scons: remove IN_DRI_DRIVER
Andreas Boll
andreas.boll.dev at gmail.com
Fri Apr 19 14:21:44 PDT 2013
Not used anymore.
---
Note: Untested
src/mesa/SConscript | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index 3cd0f87..b87e40d 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'),
])
--
1.7.10.4
More information about the mesa-dev
mailing list