From 068e19b6b9e242ba36122af6df8a006cca347d9e Mon Sep 17 00:00:00 2001 From: Sangjung Woo Date: Thu, 5 Sep 2019 17:06:37 +0900 Subject: [PATCH] [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 --- api/capi/capi-nnstreamer.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4