diff options
author | Kenneth Graunke <[email protected]> | 2011-01-24 10:35:48 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2011-01-31 10:17:10 -0800 |
commit | 8aac5d123c4636fad5e9d70c3a6706aaa6f1f240 (patch) | |
tree | 27618281c2761dc2fcbc6ec85d2d7383e6bada24 /src/mesa | |
parent | d1d8120545b0bd2f7ec48c5f03c77b967b082e04 (diff) |
Remove talloc from the SCons build system.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/SConscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 7c7c7c37c83..ea04fb1a0ee 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) |