mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-09 05:30:35 +01:00
add gallium dir
winsys/common -> winsys/
This commit is contained in:
parent
5835d7e573
commit
cdd97ceca0
2 changed files with 3 additions and 3 deletions
|
|
@ -56,10 +56,10 @@ SRC_DIRS := glx/x11 egl $(SRC_DIRS)
|
|||
|
||||
# Directories
|
||||
ifeq ($(USING_EGL), 1)
|
||||
SRC_DIRS = egl glx/x11 mesa glu glut/glx glw
|
||||
SRC_DIRS = egl glx/x11 gallium mesa glu glut/glx glw
|
||||
PROGRAM_DIRS = egl xdemos
|
||||
else
|
||||
SRC_DIRS = glx/x11 mesa glu glut/glx glw
|
||||
SRC_DIRS = glx/x11 gallium mesa glu glut/glx glw
|
||||
PROGRAM_DIRS = xdemos
|
||||
endif
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ TOP = ../..
|
|||
include $(TOP)/configs/current
|
||||
|
||||
|
||||
SUBDIRS = auxiliary drivers winsys/common
|
||||
SUBDIRS = auxiliary drivers winsys
|
||||
|
||||
|
||||
default: subdirs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue