dee9188191
* generate pkg-config files top level to make sure all exports are available (eg. client/server) * .pc libs section is now generated from export libraries * update .pc file to use .private fields (prevent overlinking)
16 lines
409 B
PkgConfig
16 lines
409 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_PREFIX@/include
|
|
libs=@WINPR_PC_LIBS@
|
|
|
|
Name: WinPR
|
|
Description: WinPR: Windows Portable Runtime
|
|
URL: http://www.freerdp.com/
|
|
Version: @WINPR_VERSION_FULL@
|
|
Requires:
|
|
Requires.private: zlib libssl
|
|
Libs: -L${libdir} ${libs}
|
|
Libs.private: -ldl -lrt -lm -lpthread
|
|
Cflags: -I${includedir}
|