From c1c59ce21675340e418035adae1f4dcd2c5b64d4 Mon Sep 17 00:00:00 2001 From: Wook Song Date: Mon, 26 Nov 2018 10:29:40 +0900 Subject: [PATCH] [PkgConfig] Update 'Libs' field This patch fills the 'Libs' field in the pkg-config file. Signed-off-by: Wook Song --- nnstreamer.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nnstreamer.pc.in b/nnstreamer.pc.in index 0842165..0e6ee98 100644 --- a/nnstreamer.pc.in +++ b/nnstreamer.pc.in @@ -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 -- 2.7.4