[Debian/armhf] Add build dependency on protobuf accepted/tizen/unified/20190812.235554 submit/tizen/20190812.023633
authorWook Song <wook16.song@samsung.com>
Fri, 9 Aug 2019 04:43:35 +0000 (13:43 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 9 Aug 2019 06:29:12 +0000 (15:29 +0900)
Caffe2-related features, which are enabled by default, require
libprotobuf-dev at build time. This build dependency is omitted only for
armhf architecture among those we support. This patch resolves this
issue.

Signed-off-by: Wook Song <wook16.song@samsung.com>
debian/control

index 1a7f23a..5c0e9f4 100644 (file)
@@ -9,7 +9,7 @@ Build-Depends: gcc (>=5), ninja-build, meson (>=0.42),
  libgtest-dev, ssat, libpng-dev, libopencv-dev, liborc-0.4-dev,
  python, python-numpy, python3, python3-dev, python3-numpy,
  tensorflow-lite-dev, pytorch,
- tensorflow-dev [amd64 arm64], python2.7-dev, libprotobuf-dev [amd64 arm64]
+ tensorflow-dev [amd64 arm64], python2.7-dev, libprotobuf-dev [amd64 arm64 armhf]
 Standards-Version: 3.9.6
 Homepage: https://github.com/nnsuite/nnstreamer