From 8417513d3a30177754a2d6ac8b65509d98849764 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Thu, 5 Jul 2018 10:32:53 +0900 Subject: [PATCH] [PkgConfig] Fix pkgconfig information - Fix incorrect include path. - Updated comments for better readability (for custom plugin writers) Signed-off-by: MyungJoo Ham --- nnstreamer.pc.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nnstreamer.pc.in b/nnstreamer.pc.in index efb4b91..274c614 100644 --- a/nnstreamer.pc.in +++ b/nnstreamer.pc.in @@ -1,12 +1,12 @@ -# Package Information for pkg-config +# Package Information for pkg-config, for custom nnstreamer plugin writers prefix=@PREFIX@ exec_prefix=@EXEC_PREFIX@ libdir=@LIB_INSTALL_DIR@ -includedir=/usr/include/deviced +includedir=/usr/include Name: nnstreamer -Description: Neural Network Suite for GStreamer +Description: Custom Plugin Dev Kit of Neural Network Suite for GStreamer Version: @VERSION@ Requires: Libs: -- 2.7.4