FreeRDP/winpr/tools/winpr-tools.pc.in

16 lines
435 B
PkgConfig
Raw Normal View History

prefix=@PKG_CONFIG_INSTALL_PREFIX@
2023-04-24 15:26:57 +03:00
exec_prefix=${prefix}
2023-04-24 15:25:09 +03:00
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@WINPR_INCLUDE_DIR@
libs=-lwinpr-tools@WINPR_TOOLS_API_VERSION@
Name: WinPR
Description: WinPR: Windows Portable Runtime
URL: http://www.freerdp.com/
Version: @WINPR_TOOLS_VERSION@
Requires:
Requires.private: winpr@WINPR_VERSION_MAJOR@ libssl
Libs: -L${libdir} ${libs}
Libs.private: -lcrypto
Cflags: -I${includedir}