Module: Mesa Branch: master Commit: cebfd1a0cfa84191fb27dde1593700e9ed9057ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cebfd1a0cfa84191fb27dde1593700e9ed9057ff
Author: Jakob Bornecrantz <[email protected]> Date: Tue Apr 20 22:49:27 2010 +0100 targets: Use a valid winsys include path in Makefile.dri --- src/gallium/targets/Makefile.dri | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/targets/Makefile.dri b/src/gallium/targets/Makefile.dri index 16477e3..8efbf4e 100644 --- a/src/gallium/targets/Makefile.dri +++ b/src/gallium/targets/Makefile.dri @@ -36,7 +36,7 @@ SHARED_INCLUDES = \ -I$(TOP)/src/gallium/include \ -I$(TOP)/src/gallium/auxiliary \ -I$(TOP)/src/gallium/drivers \ - -I$(TOP)/src/gallium/winsys/common \ + -I$(TOP)/src/gallium/winsys \ -I$(TOP)/src/mesa \ -I$(TOP)/src/mesa/main \ -I$(TOP)/src/mesa/glapi \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
