mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-24 16:00:56 +00:00
configure: Fix typo in gbm check for egl drm platform
NOTE: This is a candidate for the 7.11 branch.
This commit is contained in:
parent
b18b2994ef
commit
9b8cd49930
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user