projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be0fec4
)
scons: remove IN_DRI_DRIVER
author
Andreas Boll
<andreas.boll.dev@gmail.com>
Fri, 19 Apr 2013 21:20:01 +0000
(23:20 +0200)
committer
Andreas Boll
<andreas.boll.dev@gmail.com>
Wed, 1 May 2013 19:34:48 +0000
(21:34 +0200)
Not used anymore.
src/mesa/SConscript
patch
|
blob
|
history
diff --git
a/src/mesa/SConscript
b/src/mesa/SConscript
index 15b62692a628a34043fb6df210abce8032215851..0f1543802b9448ae000c089e0ab5fae6c8ed505d 100644
(file)
--- 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'),
])