mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-09 00:40:22 +01:00
[configure.ac] Clean up report syntax
This commit is contained in:
parent
2161cb5baf
commit
9e2ef481aa
1 changed files with 6 additions and 4 deletions
|
|
@ -357,7 +357,9 @@ AC_DEFUN([CAIRO_REPORT],
|
|||
|
||||
V="$CAIRO_VERSION_MAJOR.$CAIRO_VERSION_MINOR.$CAIRO_VERSION_MICRO"
|
||||
echo ""
|
||||
echo "cairo (version $V [[$CAIRO_RELEASE_STATUS]]) will be compiled with the following surface backends:"
|
||||
echo "cairo (version $V [[$CAIRO_RELEASE_STATUS]]) will be compiled with:"
|
||||
echo ""
|
||||
echo "The following surface backends:"
|
||||
echo " Image: yes (always builtin)"
|
||||
echo " Xlib: $use_xlib"
|
||||
echo " Xlib Xrender: $use_xlib_xrender"
|
||||
|
|
@ -373,16 +375,16 @@ AC_DEFUN([CAIRO_REPORT],
|
|||
echo " BeOS: $use_beos"
|
||||
echo " DirectFB: $use_directfb"
|
||||
echo ""
|
||||
echo "the following font backends:"
|
||||
echo "The following font backends:"
|
||||
echo " User: yes (always builtin)"
|
||||
echo " FreeType: $use_ft"
|
||||
echo " Win32: $use_win32_font"
|
||||
echo " Quartz: $use_quartz_font"
|
||||
echo ""
|
||||
echo "the following features:"
|
||||
echo "The following functions:"
|
||||
echo " PNG functions: $use_png"
|
||||
echo ""
|
||||
echo "and the following debug options:"
|
||||
echo "And the following internal features:"
|
||||
echo " gcov support: $use_gcov"
|
||||
echo " test surfaces: $use_test_surfaces"
|
||||
echo " ps testing: $test_ps"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue