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)
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

index 740d721..8f78807 100644 (file)
@@ -6,6 +6,6 @@ includedir=@INCLUDE_INSTALL_DIR@
 Name: drm-service-core-tizen
 Description: Tizen Application DRM Plugin
 Version: @VERSION@
-Requires: dlog openssl sqlite3
+Requires:
 Libs: -L${libdir} -ldrm-service-core-tizen
 Cflags: -I${includedir}/drm-tizen