[rdtk] default to OFF in all builds

Since this is now optional (and was never really used for much) disable
it unless explicitly enabled.
This commit is contained in:
Armin Novak
2026-02-19 13:00:07 +01:00
parent f4c991f902
commit 69200a7217
3 changed files with 3 additions and 1 deletions

View File

@@ -517,7 +517,7 @@ if(FREERDP_UNIFIED_BUILD)
endif()
if(WITH_SERVER)
option(WITH_RDTK "build rdtk toolkit" ON)
option(WITH_RDTK "build rdtk toolkit" OFF)
if(WITH_RDTK)
add_subdirectory(rdtk)
endif()