Skip to content
Snippets Groups Projects
Commit af5ec10b authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add JPEG XL to build options list

parent f6a44d14
No related branches found
No related tags found
No related merge requests found
Pipeline #7449 passed
......@@ -3706,7 +3706,8 @@ show_bbslist(char *current, int connected)
asprintf(&p,
"`SyncTERM Build Options`\n\n"
"%s Cryptlib (ie: SSH and TLS)\n"
"%s Operation Overkill ][ Terminal\n\n"
"%s Operation Overkill ][ Terminal\n"
"%s JPEG XL support\n\n"
"Video\n"
" %s SDL\n"
" %s X11 Support\n"
......@@ -3730,6 +3731,11 @@ show_bbslist(char *current, int connected)
#else
"[`\xFB`]",
#endif
#ifdef WITH_JPEG_XL
"[`\xFB`]",
#else
"[ ]",
#endif
#ifdef WITH_SDL
"[`\xFB`]",
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment