From a5af6f8588f189b6a493b180f930b62d45af51f7 Mon Sep 17 00:00:00 2001 From: Jaeyun Date: Thu, 30 May 2019 17:27:45 +0900 Subject: [PATCH] [Meson] update version info update required meson version to 0.42 Signed-off-by: Jaeyun Jung --- Documentation/getting-started.md | 4 ++-- debian/control | 2 +- ext/nnstreamer/tensor_filter/meson.build | 2 +- meson.build | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/getting-started.md b/Documentation/getting-started.md index 0874bc8..338bc8f 100644 --- a/Documentation/getting-started.md +++ b/Documentation/getting-started.md @@ -5,7 +5,7 @@ The following dependencies are needed to compile/build/run. * gcc/g++ * gstreamer 1.0 and its relatives * glib 2.0 -* meson >= 0.40 +* meson >= 0.42 ### Install via PPA repository (Debian/Ubuntu) @@ -125,7 +125,7 @@ If you need nnstreamer development package: **Approach 2.** Build with meson * https://mesonbuild.com/Getting-meson.html -Install the required packages. (meson >= 0.40) +Install the required packages. ```bash $ sudo apt install meson ninja-build diff --git a/debian/control b/debian/control index 4c34d0f..d6ff216 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: nnstreamer Section: libs Priority: optional Maintainer: MyungJoo Ham -Build-Depends: gcc (>=5), ninja-build, meson (>=0.40), +Build-Depends: gcc (>=5), ninja-build, meson (>=0.42), debhelper (>=9), libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev, libglib2.0-dev, gstreamer1.0-tools, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, diff --git a/ext/nnstreamer/tensor_filter/meson.build b/ext/nnstreamer/tensor_filter/meson.build index 6359290..ef983a9 100644 --- a/ext/nnstreamer/tensor_filter/meson.build +++ b/ext/nnstreamer/tensor_filter/meson.build @@ -139,7 +139,7 @@ if get_option('enable-movidius-ncsdk2') message('enable-movidius-ncsdk2 is set but could not find \'libmvnc.so\'.') else filter_sub_mvncsdk2_sources = [ - 'tensor_filter_movidius_ncsdk2.c' + 'tensor_filter_movidius_ncsdk2.c' ] nnstreamer_filter_mvncsdk2_sources = [] diff --git a/meson.build b/meson.build index 5748dde..1ea109c 100644 --- a/meson.build +++ b/meson.build @@ -1,8 +1,8 @@ -# If you are using Ubuntu/Xenial, Do "force-version" on meson to get 0.40 +# If you are using Ubuntu/Xenial, Do "force-version" on meson to get the required version. # If you are using Tizen 5.0+ or Ubuntu/Bionix+, you don't need to mind meson version. project('nnstreamer', 'c', 'cpp', - version: '0.1.3', + version: '0.2.1', license: ['LGPL'], meson_version: '>=0.42.0', default_options: [ -- 2.7.4