diff options
author | Ian Romanick <idr@us.ibm.com> | 2008-02-19 09:43:47 -0800 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2008-02-19 09:43:47 -0800 |
commit | d11993100289c1597dcfc1cfa36cee3cd7eff103 (patch) | |
tree | 64321cfde79e3b133c476a86d63daad38ce3643c /configs | |
parent | 66be2810c3be07dd1ee45a60cfc632725837f2cd (diff) |
Cell: Add missing "gallium/winsys" to SRC_DIRS to fix build.
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 807ede75a..bcf5f00ac 100644 --- a/configs/linux-cell +++ b/configs/linux-cell @@ -24,7 +24,7 @@ CFLAGS = $(OPT_FLAGS) -Wall -Winline -fPIC -m32 -mabi=altivec -maltivec -I. -I$( CXXFLAGS = $(CFLAGS) # Omitting glw here: -SRC_DIRS = gallium mesa glu glut/glx +SRC_DIRS = gallium mesa gallium/winsys glu glut/glx MKDEP_OPTIONS = -fdepend -Y |