summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2015-06-17 21:02:03 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2015-06-23 19:57:28 +0300
commit7abb909f6f4d6475a358fb06a80634bebb836455 (patch)
tree4954dba0156f2734e7de162a8796abdb3dc294ed
parent269ac769ece9053ccc63a8da00184f4f641ae015 (diff)
libcacard: pkgconfig: tidy dependent libsv2.4.0-rc4v2.4.0-rc3v2.4.0-rc2v2.4.0-rc1v2.4.0-rc0v2.4.0
libcacard.pc file lists only one package in Requires field, which is nss, while glib-2.0 is also a requiriment. Furthermore, for libraries used internally by the library (this is the way nss and glib are used by libcacard), Requires.private shold be used instead of Requires. Fix both issues. This does not affect linking of qemu because it links with objects from libcacard directly. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--libcacard/libcacard.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcacard/libcacard.pc.in b/libcacard/libcacard.pc.in
index b6859b0..4b60023 100644
--- a/libcacard/libcacard.pc.in
+++ b/libcacard/libcacard.pc.in
@@ -7,7 +7,7 @@ Name: cacard
Description: CA Card library
Version: @VERSION@
-Requires: nss
+Requires.private: nss glib-2.0
Libs: -L${libdir} -lcacard
Libs.private:
Cflags: -I${includedir}