summaryrefslogtreecommitdiff
path: root/src/gallium/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-12 07:56:43 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-12 07:56:43 -0600
commit690f5af33795b2f0bb213877f0dcdfb40fd9b469 (patch)
treed20ed45eb8712c7c6e60edf4cf317ac7281dd091 /src/gallium/Makefile
parent3df06470275573f7d1d6eb6ce690f2e7ffa4ced7 (diff)
gallium: don't build winsys/ here
Diffstat (limited to 'src/gallium/Makefile')
-rw-r--r--src/gallium/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/Makefile b/src/gallium/Makefile
index 8a516f7112..36bd3623e7 100644
--- 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