projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f9de6f
)
mesa: Made linux-dri targets build EGL
author
Jakob Bornecrantz
<jakob@tungstengraphics.com>
Wed, 14 May 2008 15:20:56 +0000
(17:20 +0200)
committer
Jakob Bornecrantz
<jakob@tungstengraphics.com>
Wed, 14 May 2008 15:20:56 +0000
(17:20 +0200)
configs/linux-dri
patch
|
blob
|
history
diff --git
a/configs/linux-dri
b/configs/linux-dri
index 67e60cbd4c577efe737e5c8de690d5edac08f79f..225536ef28e817f460d1f536ae52ef0f15d54e41 100644
(file)
--- a/
configs/linux-dri
+++ b/
configs/linux-dri
@@
-54,14
+54,16
@@
USING_EGL=0
# Directories
SRC_DIRS := glx/x11 $(SRC_DIRS)
-ifeq ($(USING_EGL), 1)
+
#
ifeq ($(USING_EGL), 1)
SRC_DIRS := egl $(SRC_DIRS)
PROGRAM_DIRS = egl
-endif
+#endif
+
+
DRIVER_DIRS = dri
WINDOW_SYSTEM=dri
-GALLIUM_WINSYS_DIRS = dri
+GALLIUM_WINSYS_DIRS = dri
egl_drm
# gamma are missing because they have not been converted to use the new
# interface.