Browse Source

cell: add glsl to SRC_DIRS

tags/7.8-rc1
Brian Paul 16 years ago
parent
commit
cb504a026c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      configs/linux-cell

+ 1
- 1
configs/linux-cell View File

@@ -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 =

Loading…
Cancel
Save