Commit Graph

7 Commits

Author SHA1 Message Date
Pavel Roskin 5afc5bd8b3 Fix include path in xrdp-uninstalled.pc.in
${pcfiledir} refers to the directory of the package-config file. For an
xrdp build in the source tree, the correct include location would be
${pcfiledir}/../common, not ${pcfiledir}/common

For xrdp build outside the source tree, there is no way to find the
source tree without help from the configure script.

While the '${pc_top_builddir}/${pcfiledir}' pattern is still widespread,
many packages (e.g. gstreamer) are switching to @abs_top_srcdir@ and
@abs_top_builddir@, which are always absolute and have knowledge about
the source tree location from the configure script.

Use @abs_top_srcdir@ for the headers. @abs_top_builddir@ is not needed,
as xrdp produces no externally consumable libraries or generated
headers.
2016-11-18 23:42:26 +00:00
Pavel Roskin 42d639f30d Add pkgconfig/.gitignore 2016-11-18 23:41:30 +00:00
Pavel Roskin 0a300f5113 Simplify pkgconfig/Makefile.am 2016-11-18 00:43:07 +00:00
Pavel Roskin 0fdda4ee2e Add xrdp-uninstalled.pc to allow compilation against xrdp sources 2016-11-18 00:38:07 +00:00
Pavel Roskin 5706bfadea Improve xrdp description, substitute package version 2016-11-18 00:31:09 +00:00
Jay Sorg 6810a58280 update description in .pc file 2016-11-17 12:15:50 -08:00
Jay Sorg 50db3bb983 add pkgconfig xrdp.pc file 2016-11-17 11:57:10 -08:00