diff options
author | Brian <[email protected]> | 2007-12-02 15:34:14 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-12-02 15:34:14 -0700 |
commit | c27082995d4c17bf19c864fd1a3cf4f26bd53bf7 (patch) | |
tree | 6177e604184a8cef7a9a2df74f8fa5b1e70dc0b7 | |
parent | 88b715b049efa81f4021d642a963b58113a875cf (diff) |
don't build libglw
-rw-r--r-- | configs/linux-cell | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/linux-cell b/configs/linux-cell index 8bedca92467..151768583cb 100644 --- a/configs/linux-cell +++ b/configs/linux-cell @@ -17,6 +17,10 @@ CFLAGS = -g -W -Wall -Winline -m32 -mabi=altivec -maltivec -I. -I/usr/include -I CXXFLAGS = $(CFLAGS) +# Omitting glw here: +SRC_DIRS = mesa glu glut/glx + + GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread \ -L$(SDK)/lib -m32 -Wl,-m,elf32ppc -R$(SDK)/lib -lspe |