mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 07:10:15 +01:00
configure.ac: Fix typo
This commit is contained in:
parent
fea4ad8f66
commit
1a8899d630
1 changed files with 1 additions and 1 deletions
|
|
@ -1538,7 +1538,7 @@ yes)
|
|||
egl_platforms=`IFS=', '; echo $with_egl_platforms`
|
||||
for plat in $egl_platforms; do
|
||||
test -d "$srcdir/src/gallium/state_trackers/egl/$plat" || \
|
||||
AC_MSG_ERROR([EGL platform '$plat' does't exist])
|
||||
AC_MSG_ERROR([EGL platform '$plat' doesn't exist])
|
||||
if test "$plat" = "fbdev"; then
|
||||
GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/fbdev"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue