[PkgConfig] Update to use plug-in API lib
authorWook Song <wook16.song@samsung.com>
Fri, 25 Jan 2019 06:02:02 +0000 (15:02 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 28 Jan 2019 10:57:58 +0000 (19:57 +0900)
This patch updates the PkgConfig file for the development package so
that the plug-in developers can use newly added plug-in API library.

Signed-off-by: Wook Song <wook16.song@samsung.com>
nnstreamer.pc.in

index 0e6ee98..6c2accb 100644 (file)
@@ -3,12 +3,11 @@
 prefix=@PREFIX@
 exec_prefix=@EXEC_PREFIX@
 libdir=@LIB_INSTALL_DIR@
-gstdir=@GST_INSTALL_DIR@
 includedir=@INCLUDE_INSTALL_DIR@
 
 Name: nnstreamer
 Description: Custom Plugin Dev Kit of Neural Network Suite for GStreamer
 Version: @VERSION@
 Requires:
-Libs: -L${libdir} -L${gstdir} -lnnstreamer
+Libs: -L${libdir} -lnnstreamer_plugin_api
 Cflags: -I${includedir}/nnstreamer