projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3df0647
)
gallium: don't build winsys/ here
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 12 Sep 2008 13:56:43 +0000
(07:56 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 12 Sep 2008 13:56:43 +0000
(07:56 -0600)
src/gallium/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/Makefile
b/src/gallium/Makefile
index 8a516f7112b21ed8891b4d42b039c21fdfd3437b..36bd3623e7fecbbd7b86d0dcab321617857eb088 100644
(file)
--- a/
src/gallium/Makefile
+++ b/
src/gallium/Makefile
@@
-2,7
+2,8
@@
TOP = ../..
include $(TOP)/configs/current
-SUBDIRS = auxiliary drivers winsys
+SUBDIRS = auxiliary drivers
+# Note winsys/ needs to be built after src/mesa
default: subdirs