From: Sangjung Woo Date: Thu, 5 Sep 2019 08:06:37 +0000 (+0900) Subject: [API] Fix the errors in package config file X-Git-Tag: accepted/tizen/unified/20190918.102219~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=068e19b6b9e242ba36122af6df8a006cca347d9e;p=platform%2Fupstream%2Fnnstreamer.git [API] Fix the errors in package config file There are wrong include path and link option in CAPI PC file. This patch fixes that bug. Signed-off-by: Sangjung Woo --- diff --git a/api/capi/capi-nnstreamer.pc.in b/api/capi/capi-nnstreamer.pc.in index 7a0e835..00e6c3a 100644 --- a/api/capi/capi-nnstreamer.pc.in +++ b/api/capi/capi-nnstreamer.pc.in @@ -10,5 +10,5 @@ Name: tizen-api-nnstreamer Description: NNStreamer API for Tizen Version: @VERSION@ Requires: -Libs: -L${libdir} -Cflags: -I${includedir} +Libs: -L${libdir} -lcapi-nnstreamer +Cflags: -I${includedir}/nnstreamer