From: Brian Paul Date: Fri, 12 Sep 2008 13:56:43 +0000 (-0600) Subject: gallium: don't build winsys/ here X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=690f5af33795b2f0bb213877f0dcdfb40fd9b469;p=mesa.git gallium: don't build winsys/ here --- diff --git a/src/gallium/Makefile b/src/gallium/Makefile index 8a516f7112b..36bd3623e7f 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