mirror of https://github.com/FreeRDP/FreeRDP
16 lines
491 B
PkgConfig
16 lines
491 B
PkgConfig
prefix=@PKG_CONFIG_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@FREERDP_INCLUDE_DIR@
|
|
libs=-lfreerdp-server@FREERDP_API_VERSION@
|
|
|
|
Name: FreeRDP server
|
|
Description: FreeRDP: A Remote Desktop Protocol Implementation
|
|
URL: http://www.freerdp.com/
|
|
Version: @FREERDP_VERSION@
|
|
Requires:
|
|
Requires.private: @WINPR_PKG_CONFIG_FILENAME@ freerdp@FREERDP_VERSION_MAJOR@
|
|
Libs: -L${libdir} ${libs}
|
|
Libs.private: -ldl -lpthread
|
|
Cflags: -I${includedir}
|