Mesa (master): scons: remove IN_DRI_DRIVER

Andreas Boll ab at kemper.freedesktop.org
Wed May 1 19:39:51 UTC 2013


Module: Mesa
Branch: master
Commit: f6aab27d439d9a3ddc398fdcaedc625248f4dfe0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6aab27d439d9a3ddc398fdcaedc625248f4dfe0

Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Fri Apr 19 23:20:01 2013 +0200

scons: remove IN_DRI_DRIVER

Not used anymore.

---

 src/mesa/SConscript |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index 15b6269..0f15438 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'),
     ])
 




More information about the mesa-commit mailing list