mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake] static build: populate private
in pkg-config files only add Requires.private and Libs.private if we build a static library.
This commit is contained in:
@@ -11,5 +11,5 @@ Version: @WINPR_VERSION@
|
||||
Requires:
|
||||
Requires.private: @WINPR_PC_REQUIRES_PRIVATE@
|
||||
Libs: -L${libdir} ${libs}
|
||||
Libs.private: -ldl -lrt -lm -lpthread
|
||||
Libs.private: @WINPR_PC_LIBRARY_PRIVATE@
|
||||
Cflags: -I${includedir}
|
||||
|
||||
Reference in New Issue
Block a user