Remove unnecessary dependencies 61/206261/1 submit/tizen/20190606.103530
authorDariusz Michaluk <d.michaluk@samsung.com>
Wed, 15 May 2019 15:42:32 +0000 (17:42 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Wed, 15 May 2019 15:45:27 +0000 (17:45 +0200)
commit873848dc14e0d6a5b3e66c515cbb19790074ad5c
tree40404e5314692c462c4f6e1becfbc6682ce13fcc
parent4411c40e6a30ac7286ca04b9460bc291d283f459
Remove unnecessary dependencies

Do not expose unnecessary libraries to the program
that is linking with drm-service-core-tizen 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: Iea4f7c47b9bd8eba79e384fde28808cd106e62cc
drm-service-core-tizen.pc.in