[Mesa-dev] [PATCH 7/6] scons: remove IN_DRI_DRIVER

Matt Turner mattst88 at gmail.com
Wed May 1 12:14:42 PDT 2013


On Wed, May 1, 2013 at 11:54 AM, Andreas Boll
<andreas.boll.dev at gmail.com> wrote:
> ping
>
>
> 2013/4/19 Andreas Boll <andreas.boll.dev at gmail.com>
>>
>> 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

It's been on the list for a while and seems harmless and I haven't had
much success getting anyone to test scons changes. So, just commit it.


More information about the mesa-dev mailing list