Makefile: Set libjxl to AUTO

This commit is contained in:
Michael Drake 2023-11-26 16:49:54 +00:00
parent b19fcdd26f
commit 249e8472a2
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ NETSURF_USE_GIF := AUTO
# Valid options: YES, NO (highly recommended)
NETSURF_USE_JPEG := YES
# Enable NetSurf's use of libjxl for displaying JPEGXLs
# Valid options: YES, NO, AUTO (highly recommended)
NETSURF_USE_JPEGXL := AUTO
# Enable NetSurf's use of libpng for displaying PNGs.
# Valid options: YES, NO, AUTO (highly recommended)
NETSURF_USE_PNG := AUTO