mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 12:00:41 +02:00
Cell: Add missing "gallium/winsys" to SRC_DIRS to fix build.
This commit is contained in:
parent
66be2810c3
commit
d119931002
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue