summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/SConscript
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2014-11-16 10:16:47 +0000
committerJosé Fonseca <jfonseca@vmware.com>2014-11-16 10:16:47 +0000
commit4784623b3ef8a8325d7b92c3365400f23bae63e0 (patch)
treea8beb1720d724a0fa61542ddd7cf38e00e0ad691 /src/gallium/auxiliary/SConscript
parent45e2ba1b8c9aec47b089eed536d3d7c1fcfb9909 (diff)
downloadexternal_mesa3d-4784623b3ef8a8325d7b92c3365400f23bae63e0.zip
external_mesa3d-4784623b3ef8a8325d7b92c3365400f23bae63e0.tar.gz
external_mesa3d-4784623b3ef8a8325d7b92c3365400f23bae63e0.tar.bz2
gallium/auxiliary: Remove GALLIVM_CPP_SOURCES
Redundant. Should fix ttps://bugs.freedesktop.org/show_bug.cgi?id=86330
Diffstat (limited to 'src/gallium/auxiliary/SConscript')
-rw-r--r--src/gallium/auxiliary/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript
index 94041d2..6f67849 100644
--- a/src/gallium/auxiliary/SConscript
+++ b/src/gallium/auxiliary/SConscript
@@ -42,7 +42,6 @@ source = env.ParseSourceList('Makefile.sources', [
if env['llvm']:
source += env.ParseSourceList('Makefile.sources', [
'GALLIVM_SOURCES',
- 'GALLIVM_CPP_SOURCES'
])
gallium = env.ConvenienceLibrary(