mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
refactor: move MIBClientApp into struct rdp_client_context
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
# Copyright 2011 Otavio Salvador <otavio@ossystems.com.br>
|
||||
# Copyright 2011 Marc-Andre Moreau <marcandre.moreau@gmail.com>
|
||||
# Copyright 2012 HP Development Company, LLC
|
||||
# Copyright 2025 Siemens
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -402,6 +403,17 @@ if(NOT WITHOUT_FREERDP_3x_DEPRECATED)
|
||||
find_feature(Wayland ${WAYLAND_FEATURE_TYPE} ${WAYLAND_FEATURE_PURPOSE} ${WAYLAND_FEATURE_DESCRIPTION})
|
||||
endif()
|
||||
|
||||
if(UNIX)
|
||||
option(WITH_SSO_MIB "Build with sso-mib support" OFF)
|
||||
else()
|
||||
set(WITH_SSO_MIB OFF CACHE INTERNAL "unsupported platform")
|
||||
endif()
|
||||
|
||||
if(WITH_SSO_MIB)
|
||||
set(SSO_MIB_EXTERNAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/external/sso-mib")
|
||||
find_package(SSO_MIB REQUIRED)
|
||||
endif()
|
||||
|
||||
option(WITH_LIBRESSL "build with LibreSSL" OFF)
|
||||
if(WITH_LIBRESSL)
|
||||
find_package(LibreSSL REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user