projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d607a02
)
egl: Stoped compiling EGL completely
author
Jakob Bornecrantz
<jakob@tungstengraphics.com>
Fri, 23 May 2008 14:18:42 +0000
(16:18 +0200)
committer
Jakob Bornecrantz
<jakob@tungstengraphics.com>
Fri, 23 May 2008 14:18:42 +0000
(16:18 +0200)
configs/linux-dri
patch
|
blob
|
history
diff --git
a/configs/linux-dri
b/configs/linux-dri
index bcc2b615618aa8691ae293e49fd14482f4ecdf95..193d0a550abc2cada72ee17427af45220e364838 100644
(file)
--- a/
configs/linux-dri
+++ b/
configs/linux-dri
@@
-53,9
+53,10
@@
GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lXdamage -lXfixes \
USING_EGL=0
# Directories
-SRC_DIRS := glx/x11
egl
$(SRC_DIRS)
+SRC_DIRS := glx/x11 $(SRC_DIRS)
PROGRAM_DIRS := egl $(PROGRAM_DIRS)
ifeq ($(USING_EGL), 1)
+SRC_DIRS := egl $(SRC_DIRS)
PROGRAM_DIRS = egl
endif