diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-12 07:56:43 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-12 07:56:43 -0600 |
commit | 690f5af33795b2f0bb213877f0dcdfb40fd9b469 (patch) | |
tree | d20ed45eb8712c7c6e60edf4cf317ac7281dd091 /src | |
parent | 3df06470275573f7d1d6eb6ce690f2e7ffa4ced7 (diff) |
gallium: don't build winsys/ here
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/Makefile | 3 |
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 |