diff options
author | Brian Paul <[email protected]> | 2008-07-17 15:40:10 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-07-17 15:40:10 -0600 |
commit | 3bfedb7ed4a35cfcc7187bc22314833ef1d96ec9 (patch) | |
tree | 988ee173661bc5e65f0eb3fa6907befeefe8716f /configs | |
parent | 73b8ee412110598b5c54ac695fcfce2878fdbe07 (diff) |
mesa: build the stand-alone glslcompiler by default, update the docs
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 a14078fa269..36dc483c9af 100644 --- a/configs/default +++ b/configs/default @@ -67,7 +67,7 @@ GLW_SOURCES = GLwDrawA.c LIB_DIR = lib SRC_DIRS = mesa glu glut/glx glw GLU_DIRS = sgi -DRIVER_DIRS = x11 osmesa +DRIVER_DIRS = x11 osmesa glslcompiler # Which subdirs under $(TOP)/progs/ to enter: PROGRAM_DIRS = demos redbook samples glsl xdemos |