diff options
author | Alan Hourihane <[email protected]> | 2008-09-11 18:06:05 +0100 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2008-09-11 18:06:05 +0100 |
commit | cdd97ceca0ce3e69d08ae33289ca8e4075885f0b (patch) | |
tree | ae92cdcd2188a4fe7a477ab5ce178a7058a38bf8 | |
parent | 5835d7e5735a8df05e9762f5922e412e17d5c525 (diff) |
add gallium dir
winsys/common -> winsys/
-rw-r--r-- | configs/linux-dri | 4 | ||||
-rw-r--r-- | src/gallium/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index ac940c0f07a..eb6f307dac5 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -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 diff --git a/src/gallium/Makefile b/src/gallium/Makefile index 291973c904e..8a516f7112b 100644 --- a/src/gallium/Makefile +++ b/src/gallium/Makefile @@ -2,7 +2,7 @@ TOP = ../.. include $(TOP)/configs/current -SUBDIRS = auxiliary drivers winsys/common +SUBDIRS = auxiliary drivers winsys default: subdirs |