projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3d3fea
)
configure: Disable drm egl platform by default
author
Benjamin Franzke
<benjaminfranzke@googlemail.com>
Fri, 24 Jun 2011 07:33:20 +0000
(09:33 +0200)
committer
Benjamin Franzke
<benjaminfranzke@googlemail.com>
Fri, 24 Jun 2011 07:37:19 +0000
(09:37 +0200)
So that gbm(_dri) which pulls in shared-glapi is not needed.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c94c5fadd4c0145c1e3903ac7850ca4374f1ae8c..82ff9dae14c59fcc598308fee9575762d20d2ff1 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1630,9
+1630,6
@@
case "$with_egl_platforms" in
yes)
if test "x$enable_egl" = xyes && test "x$mesa_driver" != xosmesa; then
EGL_PLATFORMS="x11"
- if test "$mesa_driver" = dri; then
- EGL_PLATFORMS="$EGL_PLATFORMS drm"
- fi
fi
;;
*)