diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2013-04-19 23:20:01 +0200 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2013-05-01 21:34:48 +0200 |
commit | f6aab27d439d9a3ddc398fdcaedc625248f4dfe0 (patch) | |
tree | ee4d807f8123d14d960d8d2801f235ae7bb350cb | |
parent | be0fec4f5b5aa6e3f4cbde835a2f5f2a2624dcfe (diff) | |
download | external_mesa3d-f6aab27d439d9a3ddc398fdcaedc625248f4dfe0.zip external_mesa3d-f6aab27d439d9a3ddc398fdcaedc625248f4dfe0.tar.gz external_mesa3d-f6aab27d439d9a3ddc398fdcaedc625248f4dfe0.tar.bz2 |
scons: remove IN_DRI_DRIVER
Not used anymore.
-rw-r--r-- | 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'), ]) |