reorganise a bit the output of configure for the engines: display

the buffer one at first (always compiled), then Xlib ones, XCB ones,
Windows ones, followed by others less used (SDL, FB,  Qtopia). I
let the 16 bits ones at the end in the same order (Xlib, Windows, SDL).


SVN revision: 34690
This commit is contained in:
doursse 2008-05-29 05:43:12 +00:00 committed by doursse
parent 43821d36e4
commit ff73a369c4
1 changed files with 11 additions and 11 deletions

View File

@ -1741,20 +1741,20 @@ echo
echo "Configuration Options Summary:"
echo
echo "Engines:"
echo " Software Memory Buffer.....: $have_evas_buffer"
echo " Software X11...............: $have_evas_software_x11"
echo " XRender X11................: $have_evas_xrender_x11"
echo " OpenGL X11.................: $have_evas_gl_x11"
echo " Glitz X11..................: $have_evas_glitz_x11"
echo " Cairo X11..................: $have_evas_cairo_x11"
echo " Software XCB...............: $have_evas_software_xcb"
echo " XRender XCB................: $have_evas_xrender_xcb"
echo " Software DirectDraw........: $have_evas_software_ddraw"
echo " Direct3d...................: $have_evas_direct3d"
echo " Software X11...............: $have_evas_software_x11"
echo " Software XCB...............: $have_evas_software_xcb"
echo " OpenGL Glew................: $have_evas_gl_glew"
echo " Software SDL...............: $have_evas_sdl (primitive: $sdl_primitive)"
echo " Software Framebuffer.......: $have_evas_fb"
echo " Software Qtopia............: $have_evas_qtopia"
echo " Software Memory Buffer.....: $have_evas_buffer"
echo " Software SDL...............: $have_evas_sdl (primitive: $sdl_primitive)"
echo " OpenGL Glew................: $have_evas_gl_glew"
echo " OpenGL X11.................: $have_evas_gl_x11"
echo " Cairo X11..................: $have_evas_cairo_x11"
echo " XRender X11................: $have_evas_xrender_x11"
echo " XRender XCB................: $have_evas_xrender_xcb"
echo " Glitz X11..................: $have_evas_glitz_x11"
echo " Software 16bit ............: $have_evas_software_16"
echo " Software 16bit X11.........: $have_evas_software_16_x11"
echo " Software 16bit Directdraw..: $have_evas_software_16_ddraw"
@ -1796,7 +1796,7 @@ echo
echo "ARGB Software Engine Options:"
echo " Sampling Scaler.........: $scaler_sample"
echo " Smooth Scaler...........: $scaler_smooth"
# FIXME: add an mxx scaler routine
# FIXME: add an mmx scaler routine
echo " YUV Converter...........: $conv_yuv"
# FIXME: add more YUV format and colorvariant support
echo