diff --git a/ci/cmake-preloads/config-debian-squeeze.txt b/ci/cmake-preloads/config-debian-squeeze.txt deleted file mode 100644 index 5d8d5a0d4..000000000 --- a/ci/cmake-preloads/config-debian-squeeze.txt +++ /dev/null @@ -1,15 +0,0 @@ -message("PRELOADING cache") -set (CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "preload") -set (WITH_MANPAGES OFF CACHE BOOL "man pages") -set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type") -set (WITH_CUPS OFF CACHE BOOL "CUPS printing") -set (WITH_SERVER ON CACHE BOOL "build with server") -set (WITH_SAMPLE ON CACHE BOOL "build with sample") -set (WITH_KRB5 ON CACHE BOOL "Kerberos support") -set (WITH_ALSA OFF CACHE BOOL "alsa audio") -set (WITH_FFMPEG OFF CACHE BOOL "ffmepg support") -set (WITH_XV OFF CACHE BOOL "xvideo support") -set (BUILD_TESTING ON CACHE BOOL "build testing") -set (WITH_XSHM OFF CACHE BOOL "build with xshm support") -set (WITH_SANITIZE_ADDRESS ON CACHE BOOL "build with address sanitizer") -set(WITH_FREERDP_DEPRECATED_COMMANDLINE ON CACHE BOOL "Enable deprecated command line options") diff --git a/ci/cmake-preloads/config-linux-all.txt b/ci/cmake-preloads/config-linux-all.txt index 361be0cf4..a9ac92270 100644 --- a/ci/cmake-preloads/config-linux-all.txt +++ b/ci/cmake-preloads/config-linux-all.txt @@ -1,7 +1,7 @@ message("PRELOADING cache") set (CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "preload") set (BUILD_TESTING ON CACHE BOOL "preload") -set (WITH_MANPAGES OFF CACHE BOOL "preload") +set (WITH_MANPAGES ON CACHE BOOL "preload") set (CMAKE_BUILD_TYPE "preload" CACHE STRING "preload") set (BUILD_TESTING ON CACHE BOOL "preload") set (WITH_PULSE ON CACHE BOOL "preload") diff --git a/ci/cmake-preloads/config-qa.cmake b/ci/cmake-preloads/config-qa.cmake index 0dcd9fa13..46d8e9c44 100644 --- a/ci/cmake-preloads/config-qa.cmake +++ b/ci/cmake-preloads/config-qa.cmake @@ -1,5 +1,6 @@ set (BUILD_TESTING ON CACHE BOOL "qa default") set (CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "preload") +set (WITH_MANPAGES ON CACHE BOOL "qa default") set (WITH_SAMPLE ON CACHE BOOL "qa default") set (WITH_SERVER ON CACHE BOOL "qa default") set (WITH_SHADOW ON CACHE BOOL "qa default") diff --git a/ci/cmake-preloads/config-ubuntu-1204.txt b/ci/cmake-preloads/config-ubuntu-1204.txt index ae9fec001..efe1faec0 100644 --- a/ci/cmake-preloads/config-ubuntu-1204.txt +++ b/ci/cmake-preloads/config-ubuntu-1204.txt @@ -1,6 +1,6 @@ message("PRELOADING cache") set (CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "preload") -set (WITH_MANPAGES OFF CACHE BOOL "man pages") +set (WITH_MANPAGES ON CACHE BOOL "man pages") set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type") set (WITH_CUPS OFF CACHE BOOL "CUPS printing") set (WITH_KRB5 ON CACHE BOOL "Kerberos support")