[Build/C-Api] clean build script
authorJaeyun <jy1210.jung@samsung.com>
Fri, 12 Apr 2019 07:06:52 +0000 (16:06 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 15 Apr 2019 00:22:36 +0000 (09:22 +0900)
remove unnecessary dep declare and fix typo

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
tizen-api/capi-nnstreamer.pc.in
tizen-api/include/tizen-api-private.h
tizen-api/meson.build

index e450f7f..75d98fd 100644 (file)
@@ -2,13 +2,13 @@
 # Package Information for pkg-config
 
 prefix=@PREFIX@
-exec_prefix=/usr
+exec_prefix=@PREFIX@
 libdir=@LIB_INSTALL_DIR@
-includedir=/usr/include/nnstreamer
+includedir=@INCLUDE_INSTALL_DIR@/nnstreamer
 
-Name: @PC_NAME@
-Description: @PACKAGE_DESCRIPTION@
+Name: tizen-api-nnstreamer
+Description: NNStreamer API for Tizen
 Version: @VERSION@
-Requires: @PC_REQUIRED@
-Libs: -L${libdir} @PC_LDFLAGS@
+Requires:
+Libs: -L${libdir}
 Cflags: -I${includedir}
index 9338813..57bf124 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 #ifndef __TIZEN_NNSTREAMER_API_PRIVATE_H__
-#define __TIZEN_NNSTREAMER_API_PRIVATE_H___
+#define __TIZEN_NNSTREAMER_API_PRIVATE_H__
 
 #include <glib.h>
 #include <gmodule.h>
@@ -129,4 +129,4 @@ typedef struct _nns_valve {
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */
-#endif /*__TIZEN_NNSTREAMER_API_PRIVATE_H___*/
+#endif /*__TIZEN_NNSTREAMER_API_PRIVATE_H__*/
index b78f2b1..584603a 100644 (file)
@@ -15,8 +15,6 @@ if meson.project_name() != 'nnstreamer'
 
   cc = meson.get_compiler('c')
   cxx = meson.get_compiler('cpp')
-
-  gst_api_verision = '1.0'
 endif
 
 
@@ -35,7 +33,6 @@ tizen_deps = [
   capi_base_common_dep,
   dlog_dep
 ]
-gst_app_dep = dependency('gstreamer-app-1.0')
 
 tizen_capi_lib = shared_library ('capi-nnstreamer',
   capi_main,