FreeRDP/libfreerdp
Bernhard Miklautz 3626981d8e new [libfreerdp]: use compile time paths in FreeRDP cmake module
The exported paths for

* FreeRDP_PLUGIN_DIR
* FreeRDP_PROXY_PLUGIN_DIR
* FreeRDP_EXTENSION_DIR

introduced in ddc9e5835f were relative to
the installation of the cmake module because of the use of CMakePackageConfigHelpers.
This could lead to different paths for configuration and runtime -
causing channels not to be found and loaded.

Instead of using paths relative to the cmake module set the paths
configured during configure/compile for plugins and extension.

This way the exported paths match the paths in build-config.h and are the
same used in the pkg-config variables.
2023-05-23 13:02:19 +02:00
..
cache pointer: Rename position to hotspot position in Color Pointer Update 2023-04-14 08:31:20 +02:00
codec [libfreerdp] add null pointer check in planar_decompress() 2023-05-22 12:10:29 +02:00
common [channels,settings] add a setting to ignore invalid devices 2023-04-24 11:29:05 +02:00
core Use popup browser for AAD auth in SDL client 2023-05-23 06:04:55 +02:00
crypto [crypto,cert] fix debug print messages 2023-05-23 08:51:18 +02:00
emu [emu,scard] silence sign warnings 2023-05-16 09:33:35 +02:00
gdi [libfreerdp] add bound check in gdi_surface_bits() 2023-05-22 12:10:29 +02:00
locale [input] update to use new WINPR_KEYBOARD_TYPE* 2023-05-12 09:52:01 +02:00
primitives [primitives,tests] use winpr_alinged_calloc 2023-03-28 11:34:52 +02:00
utils fixes for llvm-mingw build 2023-05-04 12:56:16 +02:00
CMakeLists.txt new: export plugin paths in pkg-config and cmake package 2023-04-24 11:19:01 +02:00
freerdp.pc.in [pkg-config] unify exec_prefix 2023-04-24 22:01:15 +02:00
FreeRDPConfig.cmake.in new [libfreerdp]: use compile time paths in FreeRDP cmake module 2023-05-23 13:02:19 +02:00