From: gichan-jang Date: Wed, 10 Jun 2020 05:40:26 +0000 (+0900) Subject: [Debian/control] Add flatbuf-dev build dependent package X-Git-Tag: accepted/tizen/unified/20200629.143505~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87730b81b695359ab28dc2a79887fc114c701c22;p=platform%2Fupstream%2Fnnstreamer.git [Debian/control] Add flatbuf-dev build dependent package As flatbuf headers are separated from tflite-dev pkg, flatbuf-dev pkg is added. Signed-off-by: gichan-jang --- diff --git a/debian/control b/debian/control index 334ddc1..db29497 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: gcc-9 | gcc-8 | gcc-7 | gcc-6 | gcc-5 (>=5.4), libgtest-dev, ssat, libpng-dev, libopencv-dev, liborc-0.4-dev, python, python-numpy, python3, python3-dev, python3-numpy, tensorflow-lite-dev, pytorch, libedgetpu1-std (>=12), libedgetpu-dev (>=12), + libflatbuffers-dev, flatbuffers-compiler, tensorflow-dev [amd64], python2.7-dev, libprotobuf-dev [amd64 arm64 armhf] Standards-Version: 3.9.6 Homepage: https://github.com/nnstreamer/nnstreamer diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index ea14aed..083940b 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -96,6 +96,7 @@ BuildRequires: python-numpy-devel BuildRequires: pkgconfig(libpng) %if 0%{?tensorflow_lite_support} # for tensorflow-lite +BuildRequires: flatbuffers-devel BuildRequires: tensorflow-lite-devel %endif # custom_example_opencv filter requires opencv-devel