Don't expose systemd libraries via pkg-config Libs 48/11748/1 accepted/tizen/ivi accepted/tizen/mobile accepted/tizen_generic accepted/tizen_ivi_panda tizen_ivi_panda accepted/tizen/20131104.211649 accepted/tizen/20131105.192344 accepted/tizen/20131112.015031 accepted/tizen/ivi/panda/20140403.014949 accepted/tizen_ivi_stable/20131119.040456 submit/tizen/20131104.210036 submit/tizen_ivi_panda/20140403.011904 submit/tizen_ivi_stable/20131119.032325
authorMikko Ylinen <mikko.ylinen@intel.com>
Mon, 4 Nov 2013 11:04:16 +0000 (13:04 +0200)
committerMikko Ylinen <mikko.ylinen@intel.com>
Mon, 4 Nov 2013 11:04:16 +0000 (13:04 +0200)
pkg-config 'Libs:' specifies link flags specific to this package. However,
systemd journal logging is an internal dependency to libdlog. Therefore, it
is not needed to expose the dependency to libdlog users.

Change-Id: I3e6fe65b1d25c241032a5ecb4e972822340fcdae
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
dlog.pc.in

index b0d787d..1fcb33b 100755 (executable)
@@ -7,5 +7,5 @@ Name: dlog
 Description: logging service
 Version: 1.0
 Requires: 
-Libs: -L${libdir} -ldlog -lpthread @systemd_journal_LIBS@
+Libs: -L${libdir} -ldlog -lpthread
 Cflags: -I${includedir}/dlog