Updated configure with change from last commit

Sam Lantinga 2020-03-02 15:14:52 -08:00
parent 11b63facd5
commit a8f91340c8
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

@ -21487,6 +21487,9 @@ $as_echo "#define SDL_VIDEO_DRIVER_X11_XVIDMODE 1" >>confdefs.h
SUMMARY_video_x11="${SUMMARY_video_x11} xvidmode"
fi
fi
else
# Prevent Mesa from including X11 headers
EXTRA_CFLAGS="$EXTRA_CFLAGS -DMESA_EGL_NO_X11_HEADERS -DEGL_NO_X11"
fi
}