summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2019-10-25 19:03:32 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2020-08-22 17:26:09 -0700
commit1a7dab7b7c36b73d2a2d7e8b5c288c71542de11e (patch)
treedfffd1296b28e77f20bbddd1eb1ab026fe0ce910
parent73901e7f7c03a5cdea317fd3d36feb978ef34a02 (diff)
downloadlibpciaccess-1a7dab7b7c36b73d2a2d7e8b5c288c71542de11e.tar.gz
pciaccess.pc.in: add Libs.Private
Add Libs.Private in pciaccess.pc.in so applications that wants to link statically with pciaccess will know that they have to link with its dependencies such as -lz Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-rw-r--r--pciaccess.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/pciaccess.pc.in b/pciaccess.pc.in
index 706c5f7..c2da3d9 100644
--- a/pciaccess.pc.in
+++ b/pciaccess.pc.in
@@ -8,3 +8,4 @@ Description: Library providing generic access to the PCI bus and devices.
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lpciaccess
+Libs.Private: @PCIACCESS_LIBS@