2023-10-09 11:00:58 +03:00
|
|
|
prefix=@PKG_CONFIG_INSTALL_PREFIX@
|
2023-04-24 15:26:57 +03:00
|
|
|
exec_prefix=${prefix}
|
2023-04-24 11:54:33 +03:00
|
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
2016-01-08 16:07:35 +03:00
|
|
|
includedir=${prefix}/@FREERDP_INCLUDE_DIR@
|
2016-12-21 17:25:03 +03:00
|
|
|
libs=-lfreerdp@FREERDP_API_VERSION@
|
2023-04-22 12:07:59 +03:00
|
|
|
datarootdir=${prefix}/share
|
|
|
|
datadir=${datarootdir}/@FREERDP_MAJOR_DIR@
|
|
|
|
plugindir=${libdir}/@FREERDP_MAJOR_DIR@
|
|
|
|
proxy_plugindir=${plugindir}/proxy
|
|
|
|
extensiondir=${plugindir}/extensions
|
2011-10-16 03:25:34 +04:00
|
|
|
|
|
|
|
Name: FreeRDP
|
2013-11-10 02:51:09 +04:00
|
|
|
Description: FreeRDP: A Remote Desktop Protocol Implementation
|
2011-10-16 03:25:34 +04:00
|
|
|
URL: http://www.freerdp.com/
|
2016-01-08 16:07:35 +03:00
|
|
|
Version: @FREERDP_VERSION@
|
2011-10-16 03:25:34 +04:00
|
|
|
Requires:
|
2024-03-14 11:44:37 +03:00
|
|
|
Requires.private: winpr@FREERDP_API_VERSION@ @FREERDP_REQUIRES_PRIVATE@
|
2013-11-10 02:51:09 +04:00
|
|
|
Libs: -L${libdir} ${libs}
|
2024-03-14 12:21:38 +03:00
|
|
|
Libs.private: -ldl -lpthread @FREERDP_PC_PRIVATE_LIBS@
|
2011-10-16 03:25:34 +04:00
|
|
|
Cflags: -I${includedir}
|