mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-04 23:50:18 +01:00
Report Xlib Xrender status.
This commit is contained in:
parent
34f24d2aad
commit
ddb81d3cad
1 changed files with 15 additions and 14 deletions
29
configure.in
29
configure.in
|
|
@ -716,22 +716,23 @@ dnl ===========================================================================
|
|||
|
||||
echo ""
|
||||
echo "cairo will be compiled with the following surface backends:"
|
||||
echo " image: yes (always builtin)"
|
||||
echo " Xlib: $use_xlib"
|
||||
echo " Quartz: $use_quartz"
|
||||
echo " XCB: $use_xcb"
|
||||
echo " Win32: $use_win32"
|
||||
echo " PostScript: $use_ps"
|
||||
echo " PDF: $use_pdf"
|
||||
echo " SVG: $use_svg"
|
||||
echo " glitz: $use_glitz"
|
||||
echo " BeOS: $use_beos"
|
||||
echo " DirectFB: $use_directfb"
|
||||
echo " image: yes (always builtin)"
|
||||
echo " Xlib: $use_xlib"
|
||||
echo " Xlib Xrender: $use_xlib_xrender"
|
||||
echo " Quartz: $use_quartz"
|
||||
echo " XCB: $use_xcb"
|
||||
echo " Win32: $use_win32"
|
||||
echo " PostScript: $use_ps"
|
||||
echo " PDF: $use_pdf"
|
||||
echo " SVG: $use_svg"
|
||||
echo " glitz: $use_glitz"
|
||||
echo " BeOS: $use_beos"
|
||||
echo " DirectFB: $use_directfb"
|
||||
echo ""
|
||||
echo "the following font backends:"
|
||||
echo " FreeType: $use_ft"
|
||||
echo " Win32: $use_win32_font"
|
||||
echo " ATSUI: $use_atsui"
|
||||
echo " FreeType: $use_ft"
|
||||
echo " Win32: $use_win32_font"
|
||||
echo " ATSUI: $use_atsui"
|
||||
echo ""
|
||||
echo "the following features:"
|
||||
echo " PNG functions: $use_png"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue