]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
guix: fix configurable cmake options
authortobtoht <tob@featherwallet.org>
Fri, 13 Jan 2023 12:12:26 +0000 (13:12 +0100)
committertobtoht <tob@featherwallet.org>
Fri, 13 Jan 2023 12:15:20 +0000 (13:15 +0100)
CMakeLists.txt
contrib/guix/libexec/build.sh

index a9258fab1e1d8419127ce28d18583db9d07f257c..f217b7d18b5b8b03a1cf2b89ee9f841ac1820448 100644 (file)
@@ -24,7 +24,7 @@ option(TOR_DIR "Directory containing Tor binaries to embed inside Feather" OFF)
 option(CHECK_UPDATES "Enable checking for application updates" OFF)
 option(PLATFORM_INSTALLER "Built-in updater fetches installer (windows-only)" OFF)
 option(USE_DEVICE_TREZOR "Trezor support compilation" ON)
-option(DONATE_BEG "Prompt donation window every once in a while" ON)
+option(DONATE_BEG "Prompt donation window every once in a while" OFF)
 option(WITH_SCANNER "Enable webcam QR scanner" ON)
 
 list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_SOURCE_DIR}/cmake")
index 5211264c1fb8b758ef8e064fa1c5c4624e3cb983..23021b7230c4430cfcd674be5744b7f032677d34 100755 (executable)
@@ -274,7 +274,7 @@ mkdir -p "$DISTSRC"
 
 
     # Set appropriate CMake options for build type
-    CMAKEVARS="-DWITH_SCANNER=On"
+    CMAKEVARS="-DWITH_SCANNER=On -DCHECK_UPDATES=On -DSELF_CONTAINED=On -DDONATE_BEG=On"
     case "$HOST" in
         *mingw32)
             case "$OPTIONS" in