diff options
author | Brian Paul <[email protected]> | 2009-12-27 10:24:12 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-27 10:24:12 -0700 |
commit | cb504a026cbad317c6af1888bfcc616182e0c826 (patch) | |
tree | f3cf00c17d80327b015015a52a82d1c68262c094 /configs | |
parent | bdbabcd1e4257fd7de119617609f978d2dd7dd35 (diff) |
cell: add glsl to SRC_DIRS
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-cell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-cell b/configs/linux-cell index 19d435fecce..221655c35dc 100644 --- a/configs/linux-cell +++ b/configs/linux-cell @@ -33,7 +33,7 @@ CFLAGS = $(OPT_FLAGS) -Wall -Winline -Wmissing-prototypes \ CXXFLAGS = $(CFLAGS) # Omitting glw here: -SRC_DIRS = gallium mesa gallium/winsys glu glut/glx glew +SRC_DIRS = glsl mesa gallium gallium/winsys glu glut/glx glew # Build no traditional Mesa drivers: DRIVER_DIRS = |