--verbose-version: Show whether SDL2_Pango is used

This commit is contained in:
Bill Kendrick 2022-09-14 15:25:38 -07:00
parent 818bcc5e81
commit a466fce43a
2 changed files with 8 additions and 1 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
http://www.tuxpaint.org/
2022.September.13 (0.9.29)
2022.September.14 (0.9.29)
* Improvements to "Stamp" tool:
-----------------------------
* Stamps may now be rotated.
@ -136,6 +136,9 @@ http://www.tuxpaint.org/
* Update macOS build instructions for SDL2.0.
Mark Kim <markuskimius@gmail.com>
* "--verbose-version" now shows whether SDL2_Pango is being used.
Bill Kendrick <bill@newbreedsoftware.com>
* Localization Updates:
---------------------
* Catalan translation

View file

@ -7665,6 +7665,10 @@ void show_version(int details)
printf(" Bilinear scaling disabled (NO_BILINEAR)\n");
#endif
#ifdef NO_SDLPANGO
printf(" Pango support disabled (NO_SDLPANGO)\n");
#endif
#ifdef NOSVG
printf(" SVG support disabled (NOSVG)\n");
#endif