[Dist/Debian] Enable tensorflow-lite
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 12 Jul 2018 06:17:08 +0000 (15:17 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Mon, 16 Jul 2018 08:24:06 +0000 (17:24 +0900)
Use tensorflow-lite in debian build (for Ubuntu)

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
debian/control
debian/rules

index cdf02d5..525c2e8 100644 (file)
@@ -6,7 +6,7 @@ Build-Depends: gcc, cmake, libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev
  libgtest-dev,
  debhelper (>=9),
  gstreamer1.0-tools, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good,
- python-pil
+ python-pil, tensorflow-lite-dev
 Standards-Version: 3.9.6
 Homepage: https://github.sec.samsung.net/STAR/nnstreamer
 
index 85dc28f..b4a113f 100755 (executable)
@@ -15,6 +15,3 @@
 
 %:
        dh $@ --buildsystem=cmake --builddirectory=build
-
-override_dh_auto_configure:
-       dh_auto_configure -- -DDISABLE_TENSORFLOW_LITE=ON