Mesa (master): gallium: Add winsys to include path to Xorg template makefile

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Sat Jun 5 15:22:55 UTC 2010


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

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Jun  1 17:29:13 2010 +0100

gallium: Add winsys to include path to Xorg template makefile

---

 src/gallium/targets/Makefile.xorg |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/targets/Makefile.xorg b/src/gallium/targets/Makefile.xorg
index f638fbe..e9f7059 100644
--- a/src/gallium/targets/Makefile.xorg
+++ b/src/gallium/targets/Makefile.xorg
@@ -22,6 +22,7 @@ INCLUDES = \
 	-I$(TOP)/src/gallium/include \
 	-I$(TOP)/src/gallium/drivers \
 	-I$(TOP)/src/gallium/auxiliary \
+	-I$(TOP)/src/gallium/winsys \
 	$(DRIVER_INCLUDES)
 
 LIBNAME_STAGING = $(TOP)/$(LIB_DIR)/gallium/$(TARGET)




More information about the mesa-commit mailing list