--verbose-version: Show whether SDL2_Pango is used
This commit is contained in:
parent
818bcc5e81
commit
a466fce43a
2 changed files with 8 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
|
|
||||||
2022.September.13 (0.9.29)
|
2022.September.14 (0.9.29)
|
||||||
* Improvements to "Stamp" tool:
|
* Improvements to "Stamp" tool:
|
||||||
-----------------------------
|
-----------------------------
|
||||||
* Stamps may now be rotated.
|
* Stamps may now be rotated.
|
||||||
|
|
@ -136,6 +136,9 @@ http://www.tuxpaint.org/
|
||||||
* Update macOS build instructions for SDL2.0.
|
* Update macOS build instructions for SDL2.0.
|
||||||
Mark Kim <markuskimius@gmail.com>
|
Mark Kim <markuskimius@gmail.com>
|
||||||
|
|
||||||
|
* "--verbose-version" now shows whether SDL2_Pango is being used.
|
||||||
|
Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
* Localization Updates:
|
* Localization Updates:
|
||||||
---------------------
|
---------------------
|
||||||
* Catalan translation
|
* Catalan translation
|
||||||
|
|
|
||||||
|
|
@ -7665,6 +7665,10 @@ void show_version(int details)
|
||||||
printf(" Bilinear scaling disabled (NO_BILINEAR)\n");
|
printf(" Bilinear scaling disabled (NO_BILINEAR)\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef NO_SDLPANGO
|
||||||
|
printf(" Pango support disabled (NO_SDLPANGO)\n");
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef NOSVG
|
#ifdef NOSVG
|
||||||
printf(" SVG support disabled (NOSVG)\n");
|
printf(" SVG support disabled (NOSVG)\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue