From: Andreas Boll Date: Fri, 19 Apr 2013 21:20:01 +0000 (+0200) Subject: scons: remove IN_DRI_DRIVER X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6aab27d439d9a3ddc398fdcaedc625248f4dfe0;p=mesa.git scons: remove IN_DRI_DRIVER Not used anymore. --- diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 15b62692a62..0f1543802b9 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'), ])