summaryrefslogtreecommitdiff
path: root/libcap/libcap.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Drop the hard requirement on libpsx.Andrew G. Morgan2020-01-071-1/+0
| | | | | | | | | | It is very much the intention that libpsx be an optional library, and it is really only needed in the case of libcap being used with libpthreads. https://bugzilla.kernel.org/show_bug.cgi?id=206113 Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* Use separate libpsx.pc file instead of libcap.pc (take two)Lars Wendler2019-12-291-7/+1
| | | | | | | | pkgconfig fails to parse current libcap.pc file but pkgconf succeeds Gentoo-bug: https://bugs.gentoo.org/703932 Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* Extend installation to install the two Go packages.Andrew G. Morgan2019-12-071-1/+8
| | | | | | | | | | | By default, we are installing "libcap/cap" and "libcap/psx" in "/usr/share/gocode/src/". To make this work, we also install "libpsx.a" with "libcap.*". [If anyone wants to contribute a go .pc/.pc.in file for the Go packages, that would be appreciated.] Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* Add a .pc file to the library.Andrew G Morgan2013-12-241-0/+11
This patch was generated by Bryan Kadzban, and most recently supported by Thomas H.P. Anderson. For more info on what this file is used for, read: http://en.wikipedia.org/wiki/Pkg-config Signed-off-by: Andrew G Morgan <morgan@kernel.org>