File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -547,6 +547,12 @@ if(SDL2IMAGE_JXL)
547
547
set (BUILD_TESTING OFF CACHE BOOL "build testing" FORCE )
548
548
# JPEGXL_ENABLE_TOOLS variable is used by libjxl
549
549
set (JPEGXL_ENABLE_JNI OFF CACHE BOOL "build jpegxl jni" FORCE )
550
+ # JPEGXL_ENABLE_SJPEG variable is used by libjxl
551
+ set (JPEGXL_ENABLE_SJPEG OFF CACHE BOOL "build jpegxl sjpeg" FORCE )
552
+ # JPEGXL_BUNDLE_SKCMS variable is used by libjxl
553
+ set (JPEGXL_BUNDLE_SKCMS OFF CACHE BOOL "build jpegxl bundle sjpeg" FORCE )
554
+ # JPEGXL_ENABLE_OPENEXR variable is used by libjxl
555
+ set (JPEGXL_ENABLE_OPENEXR OFF CACHE BOOL "build jpegxl openxr" FORCE )
550
556
# JPEGXL_ENABLE_MANPAGES variable is used by libjxl
551
557
set (JPEGXL_ENABLE_MANPAGES OFF CACHE BOOL "libjxl manpage option" FORCE )
552
558
# JPEGXL_ENABLE_PLUGINS variable is used by libjxl
You can’t perform that action at this time.
0 commit comments