[CMake,libfreerdp] add pkg-config dependencies

This commit is contained in:
akallabeth
2025-09-11 07:17:42 +02:00
parent 113b73512c
commit 8b9335aa90
9 changed files with 46 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ Description: FreeRDP: A Remote Desktop Protocol Implementation
URL: http://www.freerdp.com/
Version: @FREERDP_VERSION@
Requires:
Requires.private: winpr@FREERDP_API_VERSION@ @FREERDP_REQUIRES_PRIVATE@
Requires.private: winpr@FREERDP_API_VERSION@ @FREERDP_PC_REQUIRES_PRIVATE@
Libs: -L${libdir} ${libs}
Libs.private: -ldl -lpthread @FREERDP_PC_PRIVATE_LIBS@
Libs.private: -L${plugindir} -ldl -lpthread @FREERDP_PC_LIBRARY_PRIVATE@
Cflags: -I${includedir}