projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b18b299
)
configure: Fix typo in gbm check for egl drm platform
author
Benjamin Franzke
<benjaminfranzke@googlemail.com>
Sat, 2 Jul 2011 11:46:09 +0000
(13:46 +0200)
committer
Benjamin Franzke
<benjaminfranzke@googlemail.com>
Sat, 2 Jul 2011 12:00:55 +0000
(14:00 +0200)
NOTE: This is a candidate for the 7.11 branch.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 93b0b2684ff559a1ab648e5f212f4dda4a143220..74a511edd2b16a5f9acdf780302006b35f0b5439 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1721,7
+1721,7
@@
yes)
WAYLAND_EGL_LIB_DEPS="$WAYLAND_LIBS $LIBDRM_LIBS"
GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/wayland"
fi
- if test "$plat" = "drm" && test "x$enable_gbm" =
no
; then
+ if test "$plat" = "drm" && test "x$enable_gbm" =
"xno"
; then
AC_MSG_ERROR([EGL platform drm needs gbm])
fi
done