[API] Fix the errors in package config file
authorSangjung Woo <sangjung.woo@samsung.com>
Thu, 5 Sep 2019 08:06:37 +0000 (17:06 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 5 Sep 2019 09:27:53 +0000 (18:27 +0900)
There are wrong include path and link option in CAPI PC file. This
patch fixes that bug.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
api/capi/capi-nnstreamer.pc.in

index 7a0e835..00e6c3a 100644 (file)
@@ -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