Module: Mesa Branch: master Commit: ac56a44d5ee08ebfe2310113c6a04d2bc0f90e26 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac56a44d5ee08ebfe2310113c6a04d2bc0f90e26
Author: Brian Paul <[email protected]> Date: Fri Feb 26 10:54:20 2010 -0700 Revert "gallium: remove unneeded -I path from Makefile.templast" This reverts commit d9c65ddd52199469c49fc0d3ad90fedb9a69274d. Looks like the nouveau drivers need this. Perhaps the drivers could be fixed to add the extra -I path where needed. I'll leave that up to others. --- src/gallium/Makefile.template | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template index 6b7c7c8..713e192 100644 --- a/src/gallium/Makefile.template +++ b/src/gallium/Makefile.template @@ -20,6 +20,7 @@ INCLUDES = \ -I. \ -I$(TOP)/src/gallium/include \ -I$(TOP)/src/gallium/auxiliary \ + -I$(TOP)/src/gallium/drivers \ $(LIBRARY_INCLUDES) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
