diff options
author | michal <michal@transistor.(none)> | 2009-12-10 01:03:15 +0100 |
---|---|---|
committer | michal <michal@transistor.(none)> | 2009-12-10 01:03:15 +0100 |
commit | 068596c9a7e8d330ffdff8ad8700bd6093b5bdea (patch) | |
tree | 9a7cab7a0c44d83169f59ac3aa4ac2b60e8c7acb /configs | |
parent | 77a0a3e5ca5dfa951056d9054b4147e3ea0965f3 (diff) |
Build mesa glsl with make.
Still don't know how to add glsl to mesa dependencies.
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 cb3ca1046f..f365931204 100644 --- a/configs/default +++ b/configs/default @@ -83,7 +83,7 @@ MOTIF_CFLAGS = -I/usr/include/Motif1.2 # Directories to build LIB_DIR = lib -SRC_DIRS = mesa gallium egl gallium/winsys glu glut/glx glew glw +SRC_DIRS = glsl mesa gallium egl gallium/winsys glu glut/glx glew glw GLU_DIRS = sgi DRIVER_DIRS = x11 osmesa # Which subdirs under $(TOP)/progs/ to enter: |