libcacard: pkgconfig: tidy dependent libs
commit1e4db0595777b9b9a5a6a9f49ac3d187dda341f9
authorMichael Tokarev <mjt@tls.msk.ru>
Wed, 17 Jun 2015 18:02:03 +0000 (17 21:02 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 23 Jun 2015 16:57:28 +0000 (23 19:57 +0300)
tree9d84edbfe57d58010d56d2f66cca54a9e7164de7
parent417349e6e95d9aa4e0fbc01434de30e8d405ab56
libcacard: pkgconfig: tidy dependent libs

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>
libcacard/libcacard.pc.in