Skip to content
Snippets Groups Projects
Commit ac889169 authored by Benjamin Franzke's avatar Benjamin Franzke :grinning:
Browse files

configure: Fix typo in gbm check for egl drm platform

NOTE: This is a candidate for the 7.11 branch.
(cherry picked from commit 9b8cd499)
parent 336b2c7f
No related branches found
No related tags found
No related merge requests found
......@@ -1658,7 +1658,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment