Module: Mesa Branch: master Commit: f6aab27d439d9a3ddc398fdcaedc625248f4dfe0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6aab27d439d9a3ddc398fdcaedc625248f4dfe0
Author: Andreas Boll <[email protected]> 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'), ]) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
