mirror of https://github.com/FreeRDP/FreeRDP
16 lines
430 B
PkgConfig
16 lines
430 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_PREFIX@/include
|
|
libs=@FREERDP_PC_LIBS@
|
|
|
|
Name: FreeRDP
|
|
Description: FreeRDP: A Remote Desktop Protocol Implementation
|
|
URL: http://www.freerdp.com/
|
|
Version: @FREERDP_VERSION_FULL@
|
|
Requires:
|
|
Requires.private: winpr zlib libssl
|
|
Libs: -L${libdir} ${libs}
|
|
Libs.private: -ldl -lpthread
|
|
Cflags: -I${includedir}
|