1- option (USE_CAMERA_SUPPORT "Detect and use camera support if available." ON )
2- option (USE_COLORD "Enable colord support" ON )
3- option (USE_MAP "Build Map View parts" ON )
4- option (USE_LUA "Build lua scripting support" ON )
1+ option (USE_CAMERA_SUPPORT "Detect and use camera support if available." OFF )
2+ option (USE_COLORD "Enable colord support" OFF )
3+ option (USE_MAP "Build Map View parts" OFF )
4+ option (USE_LUA "Build lua scripting support" OFF )
55option (DONT_USE_INTERNAL_LUA "Never fall back to the intree copy of lua" ON )
6- option (USE_KWALLET "Build kwallet password storage back-end" ON )
7- option (USE_LIBSECRET "Build libsecret password storage back-end" ON )
6+ option (USE_KWALLET "Build kwallet password storage back-end" OFF )
7+ option (USE_LIBSECRET "Build libsecret password storage back-end" OFF )
88option (USE_UNITY "Use libunity to report progress in the launcher" OFF )
99option (USE_OPENMP "Use OpenMP threading support." ON )
1010option (USE_OPENCL "Use OpenCL support." ON )
11- option (USE_GRAPHICSMAGICK "Use GraphicsMagick library for image import." ON )
11+ option (USE_GRAPHICSMAGICK "Use GraphicsMagick library for image import." OFF )
1212option (USE_IMAGEMAGICK "Use ImageMagick library for image import." OFF )
1313option (USE_DARKTABLE_PROFILING OFF )
1414option (CUSTOM_CFLAGS "Don't override compiler optimization flags." OFF )
1515option (BINARY_PACKAGE_BUILD "Sets march optimization to generic" OFF )
1616option (USE_XMLLINT "Run xmllint to test if darktableconfig.xml is valid" ON )
17- option (USE_PORTMIDI "Enable MIDI device support using PortMidi" ON )
17+ option (USE_PORTMIDI "Enable MIDI device support using PortMidi" OFF )
1818option (USE_OPENJPEG "Enable JPEG 2000 support" ON )
1919option (USE_JXL "Enable JPEG XL support" ON )
2020option (USE_WEBP "Enable WebP support" ON )
@@ -26,17 +26,17 @@ option(USE_LIBRAW "Enable LibRaw support" ON)
2626option (DONT_USE_INTERNAL_LIBRAW "If possible, use system instead of intree copy of LibRaw" OFF )
2727option (BUILD_CMSTEST "Build a test program to check your system's color management setup" ON )
2828option (USE_OPENEXR "Enable OpenEXR support" ON )
29- option (BUILD_PRINT "Build the print module" ON )
29+ option (BUILD_PRINT "Build the print module" OFF )
3030option (BUILD_RS_IDENTIFY "Build the darktable-rs-identify debug aid" ON )
3131option (BUILD_SSE2_CODEPATHS "(EXPERIMENTAL OPTION, DO NOT DISABLE) Building SSE2-optimized codepaths" ON )
3232option (VALIDATE_APPDATA_FILE "Use appstream-util (if found) to validate the .appdata file" OFF )
3333option (BUILD_MSYS2_INSTALL "Build an MSYS2 version of the install, aka for Windows platform, but without dependency installs" OFF )
3434option (BUILD_NOISE_TOOLS "Build tools for generating noise profiles" OFF )
3535option (BUILD_CURVE_TOOLS "Build tools for generating base and tone curves" OFF )
36- option (USE_GMIC "Use G'MIC image processing framework." ON )
36+ option (USE_GMIC "Use G'MIC image processing framework." OFF )
3737option (USE_ICU "Use ICU - International Components for Unicode." ON )
3838option (FORCE_COLORED_OUTPUT "Always produce ANSI-colored output (GNU/Clang only)." OFF )
39- option (USE_SDL2 "Enable SDL2 support" ON )
39+ option (USE_SDL2 "Enable SDL2 support" OFF )
4040
4141if (USE_OPENCL)
4242 option (TESTBUILD_OPENCL_PROGRAMS "Test-compile OpenCL programs (needs LLVM and Clang 7+)" ON )
0 commit comments