projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb08e03
)
gallium: Add winsys to include path to Xorg template makefile
author
Jakob Bornecrantz
<jakob@vmware.com>
Tue, 1 Jun 2010 16:29:13 +0000
(17:29 +0100)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Fri, 4 Jun 2010 18:54:11 +0000
(19:54 +0100)
src/gallium/targets/Makefile.xorg
patch
|
blob
|
history
diff --git
a/src/gallium/targets/Makefile.xorg
b/src/gallium/targets/Makefile.xorg
index f638fbe455c9ff2f344bc6ddc42703cec90c37f5..e9f70591c27282e6be4e91e4ec395dfeeab2cba5 100644
(file)
--- 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)