[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
This commit is contained in:
Armin Novak 2023-12-21 10:28:10 +01:00 committed by akallabeth
parent 93148ea35f
commit 4aad6e9d42

View File

@ -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