diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-01-08 14:10:56 +0000 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-01-08 14:10:56 +0000 |
commit | 002dfb12fce045d0e124301e5df805df772149d8 (patch) | |
tree | 2c34a1ab91cf546846e75960c626035ef558d39c /src/gallium/Makefile | |
parent | 53ce80e7cc466efae349e3a83007345bd299acd6 (diff) | |
download | external_mesa3d-002dfb12fce045d0e124301e5df805df772149d8.zip external_mesa3d-002dfb12fce045d0e124301e5df805df772149d8.tar.gz external_mesa3d-002dfb12fce045d0e124301e5df805df772149d8.tar.bz2 |
gallium: split driver-independent code out of xlib winsys
Place in new xlib state-tracker. This is a statetracker for the GLX API.
Diffstat (limited to 'src/gallium/Makefile')
-rw-r--r-- | src/gallium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/Makefile b/src/gallium/Makefile index 36bd362..c7b594d 100644 --- a/src/gallium/Makefile +++ b/src/gallium/Makefile @@ -2,7 +2,7 @@ TOP = ../.. include $(TOP)/configs/current -SUBDIRS = auxiliary drivers +SUBDIRS = auxiliary drivers state_trackers # Note winsys/ needs to be built after src/mesa |