mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-24 16:00:56 +00:00
configure.ac: fix typo in error message
This commit is contained in:
parent
2f89949b66
commit
f416b382d6
@ -1804,7 +1804,7 @@ gallium_require_llvm() {
|
||||
gallium_require_drm_loader() {
|
||||
if test "x$enable_gallium_loader" = xyes; then
|
||||
PKG_CHECK_MODULES([LIBUDEV], [libudev], [],
|
||||
AC_MSG_ERROR([Gallium drm loader requrires libudev]))
|
||||
AC_MSG_ERROR([Gallium drm loader requires libudev]))
|
||||
if test "x$have_libdrm" != xyes; then
|
||||
AC_MSG_ERROR([Gallium drm loader requires libdrm >= $LIBDRM_REQUIRED])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user