Merge branch 'mesa_7_7_branch'
[mesa.git] / configs / linux-cell
index 5ad37380f1b109b067f362f451bcc47342fa0d89..221655c35dc0c6b51f2217ddb43714245466ca3e 100644 (file)
@@ -5,7 +5,8 @@ include $(TOP)/configs/default
 CONFIG_NAME = linux-cell
 
 
-GALLIUM_DRIVER_DIRS += cell
+# Omiting other gallium drivers:
+GALLIUM_DRIVERS_DIRS = cell softpipe trace
 
 
 # Compiler and flags
@@ -27,12 +28,15 @@ SDK = /opt/cell/sdk/usr
 CFLAGS = $(OPT_FLAGS) -Wall -Winline -Wmissing-prototypes \
        -fPIC -m32 -std=c99 -mabi=altivec -maltivec \
        -I. -I$(SDK)/include \
-       -DGALLIUM_CELL -DUSE_XSHM -D_BSD_SOURCE
+       -DGALLIUM_CELL -DUSE_XSHM -D_BSD_SOURCE -D_SVID_SOURCE
 
 CXXFLAGS = $(CFLAGS)
 
 # Omitting glw here:
-SRC_DIRS = gallium mesa gallium/winsys glu glut/glx
+SRC_DIRS = glsl mesa gallium gallium/winsys glu glut/glx glew
+
+# Build no traditional Mesa drivers:
+DRIVER_DIRS =
 
 
 MKDEP_OPTIONS = -fdepend -Y