diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-12-05 14:57:19 -0700 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2007-12-09 12:05:25 +1100 |
commit | 6f44a21348cb70601fc138150bb603fa527d6b63 (patch) | |
tree | d784668707a70f1ca5168c79ea00ced5fb480ee5 /configs | |
parent | 5cb718673016159d06e08a832db594b99c20ad5a (diff) |
Add dependency checking for Cell driver sources.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-cell | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/linux-cell b/configs/linux-cell index 4a327faccc..f581b5a6fe 100644 --- a/configs/linux-cell +++ b/configs/linux-cell @@ -21,6 +21,9 @@ CXXFLAGS = $(CFLAGS) SRC_DIRS = mesa glu glut/glx +MKDEP_OPTIONS = -fdepend -Y + + GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread \ -L$(SDK)/lib -m32 -Wl,-m,elf32ppc -R$(SDK)/lib -lspe |