Mesa (master): r300g: remove non-existing include path from SConscript

Marek Olšák mareko at kemper.freedesktop.org
Mon Apr 18 01:07:59 UTC 2011


Module: Mesa
Branch: master
Commit: 699ecec58c6925fb174ecf925158df6cce59be59
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=699ecec58c6925fb174ecf925158df6cce59be59

Author: Marek Olšák <maraeo at gmail.com>
Date:   Mon Apr 18 03:07:11 2011 +0200

r300g: remove non-existing include path from SConscript

---

 src/gallium/drivers/r300/SConscript |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/r300/SConscript b/src/gallium/drivers/r300/SConscript
index b49db93..3af157a 100644
--- a/src/gallium/drivers/r300/SConscript
+++ b/src/gallium/drivers/r300/SConscript
@@ -6,7 +6,6 @@ env = env.Clone()
 # add the paths for r300compiler
 env.Append(CPPPATH = [
     '#/src/mesa/drivers/dri/r300/compiler', 
-    '#/src/gallium/winsys/drm/radeon/core',
     '#/include', 
     '#/src/mesa',
 ])




More information about the mesa-commit mailing list