mirror of https://github.com/FreeRDP/FreeRDP
16 lines
400 B
PkgConfig
16 lines
400 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@WINPR_INCLUDE_DIR@
|
|
libs=-lwinpr@WINPR_API_VERSION@
|
|
|
|
Name: WinPR
|
|
Description: WinPR: Windows Portable Runtime
|
|
URL: http://www.freerdp.com/
|
|
Version: @WINPR_VERSION@
|
|
Requires:
|
|
Requires.private: libssl
|
|
Libs: -L${libdir} ${libs}
|
|
Libs.private: -ldl -lrt -lm -lpthread
|
|
Cflags: -I${includedir}
|