Remove unnecessary dependencies 67/206267/2 submit/tizen/20190606.103449
authorDariusz Michaluk <d.michaluk@samsung.com>
Wed, 15 May 2019 16:10:52 +0000 (18:10 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Thu, 16 May 2019 13:54:54 +0000 (15:54 +0200)
commit60698e1acfbc700957c2bf5000c522b67d7fd3b2
tree636190e66d66d394860cd9b5fba6ab15c5ee3523
parenta0b2212373b088c39c1f41f59f888a353113acae
Remove unnecessary dependencies

Do not expose unnecessary libraries to the program
that is linking with libcryptsvc library.
If the program will not be using the symbols of the required library,
it should not be linking directly to that library.

pkg-config guide:
https://people.freedesktop.org/~dbn/pkg-config-guide.html

Change-Id: I7faa0e7b8414d3fd0ee7bb864239c2c50c86de37
CMakeLists.txt
cryptsvc.pc.in
include/SecCryptoSvc.h