mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 13:00:19 +01:00
[configure] Print version info in summary.
Add the cairo version to the configure summary.
This commit is contained in:
parent
ea4dec08f7
commit
9d49c4b10e
1 changed files with 2 additions and 1 deletions
|
|
@ -995,8 +995,9 @@ AC_OUTPUT
|
|||
|
||||
dnl ===========================================================================
|
||||
|
||||
V="$CAIRO_VERSION_MAJOR.$CAIRO_VERSION_MINOR.$CAIRO_VERSION_MICRO"
|
||||
echo ""
|
||||
echo "cairo will be compiled with the following surface backends:"
|
||||
echo "cairo (version $V) will be compiled with the following surface backends:"
|
||||
echo " image: yes (always builtin)"
|
||||
echo " Xlib: $use_xlib"
|
||||
echo " Xlib Xrender: $use_xlib_xrender"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue