Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
15
third_party/FreeRDP/rdtk/templates/rdtk.pc.in
vendored
Normal file
15
third_party/FreeRDP/rdtk/templates/rdtk.pc.in
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
prefix=@PKG_CONFIG_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||
includedir=${prefix}/@RDTK_INCLUDE_DIR@
|
||||
libs=-lrdtk@RDTK_VERSION_MAJOR@
|
||||
|
||||
Name: rdtk@RDTK_API_VERSION@
|
||||
Description: rdtk:
|
||||
URL: http://www.freerdp.com/
|
||||
Version: @RDTK_VERSION@
|
||||
Requires:
|
||||
Requires.private: @RDTK_PC_REQUIRES_PRIVATE@
|
||||
Libs: -L${libdir} ${libs}
|
||||
Libs.private: @RDTK_PC_LIBRARY_PRIVATE@
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user