diff options
author | Alexander von Gluck IV <[email protected]> | 2013-10-03 21:05:23 +0000 |
---|---|---|
committer | Alexander von Gluck IV <[email protected]> | 2013-10-04 18:20:09 -0500 |
commit | 4d15ef512176cef548240bce031949e696f54847 (patch) | |
tree | 690b32d651f8263d870d065e97f3dbe922873376 /src/gallium/targets/haiku-softpipe/SConscript | |
parent | bc2fb19773908aa95f81c96ea4e22ff87167bfb4 (diff) |
haiku: Drop haiku-softpipe.c; fix extern C
* It isn't needed any longer as we're
moving in the code that called it.
* The winsys code is C, so make sure
we include the header in the extern C
Diffstat (limited to 'src/gallium/targets/haiku-softpipe/SConscript')
-rw-r--r-- | src/gallium/targets/haiku-softpipe/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/haiku-softpipe/SConscript b/src/gallium/targets/haiku-softpipe/SConscript index 6e12dc437a8..bad5679a35c 100644 --- a/src/gallium/targets/haiku-softpipe/SConscript +++ b/src/gallium/targets/haiku-softpipe/SConscript @@ -29,7 +29,6 @@ if env['llvm']: env.Append(CPPDEFINES = 'HAVE_LLVMPIPE') softpipe_sources = [ - 'haiku-softpipe.c', 'GalliumContext.cpp', 'GalliumFramebuffer.cpp', 'SoftwareRenderer.cpp' |