--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

@ -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