[PkgConfig] Update 'Libs' field
authorWook Song <wook16.song@samsung.com>
Mon, 26 Nov 2018 01:29:40 +0000 (10:29 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Mon, 26 Nov 2018 09:42:42 +0000 (09:42 +0000)
This patch fills the 'Libs' field in the pkg-config file.

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

index 0842165..0e6ee98 100644 (file)
@@ -3,11 +3,12 @@
 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:
+Libs: -L${libdir} -L${gstdir} -lnnstreamer
 Cflags: -I${includedir}/nnstreamer