mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-16 10:50:28 +01:00
scons: remove IN_DRI_DRIVER
Not used anymore.
This commit is contained in:
parent
be0fec4f5b
commit
f6aab27d43
1 changed files with 0 additions and 1 deletions
|
|
@ -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'),
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue