Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mesa
mesa
Commits
9b8cd499
Commit
9b8cd499
authored
Jul 02, 2011
by
Benjamin Franzke
😀
Browse files
configure: Fix typo in gbm check for egl drm platform
NOTE: This is a candidate for the 7.11 branch.
parent
b18b2994
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
9b8cd499
...
...
@@ -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" =
"x
no
"
; then
AC_MSG_ERROR([EGL platform drm needs gbm])
fi
done
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment