714fae8f1c
On Gentoo Linux, CMAKE_INSTALL_LIBDIR is passed as an absolute path, which caused plugins to be installed in /usr/usr/lib/freerdp. The new logic better emulates the behavior of the real GNUInstallDirs module.
14 lines
493 B
PkgConfig
14 lines
493 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_PREFIX@/include
|
|
|
|
Name: FreeRDP
|
|
Description: A free remote desktop protocol client
|
|
URL: http://www.freerdp.com/
|
|
Version: @FREERDP_VERSION_FULL@
|
|
Requires:
|
|
Libs: -L${libdir} -lfreerdp-cache -lfreerdp-channels -lfreerdp-codec -lfreerdp-core -lfreerdp-crypto -lfreerdp-gdi -lfreerdp-locale -lfreerdp-rail -lfreerdp-utils -lwinpr-sspi -lwinpr-rpc
|
|
Cflags: -I${includedir}
|
|
|