From: José Bollo Date: Tue, 9 Jun 2015 12:14:49 +0000 (+0200) Subject: cleans the pkgconfig X-Git-Tag: accepted/tizen/3.0.2015.q2/common/20150615.160019^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F40845%2F2;p=platform%2Fcore%2Fsystem%2Fdlog.git cleans the pkgconfig Private requires are to be used every where it is needed in substitution of simple Requires. Change-Id: I750f78922af54c3cd96a7b21a036565b9e75cec6 Signed-off-by: José Bollo --- diff --git a/dlog.pc.in b/dlog.pc.in index 9d902a1..0a518c2 100755 --- a/dlog.pc.in +++ b/dlog.pc.in @@ -6,7 +6,6 @@ includedir=${prefix}/include Name: dlog Description: logging service Version: 1.0 -Requires: capi-base-common -Requires(post): @systemd_journal@ -Libs: -L${libdir} -ldlog -lpthread @systemd_journal_LIBS@ @CAPI_BASE_COMMON_LIBS@ +Requires.private: capi-base-common libsystemd-journal +Libs: -L${libdir} -ldlog Cflags: -I${includedir}/dlog