diff options
author | Keith Whitwell <[email protected]> | 2008-09-12 12:24:21 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-12 12:24:21 +0100 |
commit | f7d7a212cdb026fd6c22b9236a2583d348b0c160 (patch) | |
tree | d177551a0b1b0f7baddb734374c01ed7721d5b18 /configs | |
parent | 4b458555ab2dacdc3e91ffebf0d1c13ed52e2e3f (diff) |
mesa: build gallium directories before core mesa
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index 2b0eb196d9e..5fd4c26d37b 100644 --- a/configs/default +++ b/configs/default @@ -77,7 +77,7 @@ MOTIF_CFLAGS = -I/usr/include/Motif1.2 # Directories to build LIB_DIR = lib -SRC_DIRS = gallium mesa egl gallium/winsys glu glut/glx glw +SRC_DIRS = mesa gallium egl gallium/winsys glu glut/glx glw GLU_DIRS = sgi DRIVER_DIRS = # Which subdirs under $(TOP)/progs/ to enter: |