From 4aad6e9d42c6e89714a484395ab939ac1fc42178 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Thu, 21 Dec 2023 10:28:10 +0100 Subject: [PATCH] [cmake] add UWAC_FORCE_STATIC_BUILD since uwac is only used by wlfreerdp add an option to directly link it with -DUWAC_FORCE_STATIC_BUILD=ON without installing any header or library --- uwac/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwac/CMakeLists.txt b/uwac/CMakeLists.txt index f0da3b6d3..73a03612e 100644 --- a/uwac/CMakeLists.txt +++ b/uwac/CMakeLists.txt @@ -54,7 +54,7 @@ if (NOT FREERDP_UNIFIED_BUILD) endif() endif() -option(UWAC_FORCE_STATIC_BUILD "Force UWAC to be build as static libary" OFF) +option(UWAC_FORCE_STATIC_BUILD "Force UWAC to be build as static libary (recommended)" OFF) option(UWAC_HAVE_PIXMAN_REGION "Use PIXMAN or FreeRDP for region calculations" "NOT FREERDP_UNIFIED_BUILD") # Include our extra modules