summaryrefslogtreecommitdiff
path: root/src/mesa/SConscript
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2011-01-24 10:35:48 -0800
committerKenneth Graunke <kenneth@whitecape.org>2011-01-31 10:17:10 -0800
commit8aac5d123c4636fad5e9d70c3a6706aaa6f1f240 (patch)
tree27618281c2761dc2fcbc6ec85d2d7383e6bada24 /src/mesa/SConscript
parentd1d8120545b0bd2f7ec48c5f03c77b967b082e04 (diff)
Remove talloc from the SCons build system.
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r--src/mesa/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index 7c7c7c37c8..ea04fb1a0e 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -24,8 +24,6 @@ if env['platform'] == 'windows':
if not env['gles']:
# prevent _glapi_* from being declared __declspec(dllimport)
env.Append(CPPDEFINES = ['_GLAPI_NO_EXPORTS'])
-
- env.Prepend(CPPPATH = ['#src/talloc'])
else:
env.Append(CPPDEFINES = [
'IN_DRI_DRIVER', # enable the remap table (for DRI drivers)