Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
20
third_party/FreeRDP/libfreerdp/freerdp.pc.in
vendored
Normal file
20
third_party/FreeRDP/libfreerdp/freerdp.pc.in
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
prefix=@PKG_CONFIG_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||
includedir=${prefix}/@FREERDP_INCLUDE_DIR@
|
||||
libs=-lfreerdp@FREERDP_API_VERSION@
|
||||
datarootdir=${prefix}/share
|
||||
datadir=${datarootdir}/@FREERDP_MAJOR_DIR@
|
||||
plugindir=${libdir}/@FREERDP_MAJOR_DIR@
|
||||
proxy_plugindir=${plugindir}/proxy
|
||||
extensiondir=${plugindir}/extensions
|
||||
|
||||
Name: FreeRDP
|
||||
Description: FreeRDP: A Remote Desktop Protocol Implementation
|
||||
URL: http://www.freerdp.com/
|
||||
Version: @FREERDP_VERSION@
|
||||
Requires: @FREERDP_PC_REQUIRES@
|
||||
Requires.private: @FREERDP_PC_REQUIRES_PRIVATE@
|
||||
Libs: -L${libdir} ${libs}
|
||||
Libs.private: -L${plugindir} @FREERDP_PC_LIBRARY_PRIVATE@
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user