[DIST] Support Tizen's GST Extra Plugins
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 31 May 2018 02:18:29 +0000 (11:18 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Fri, 1 Jun 2018 05:14:05 +0000 (14:14 +0900)
This requires https://review.tizen.org/gerrit/#/c/180570/ be merged and SR'ed by Tizen Team.
Then, we will be able to run unit tests in Tizen infrastructure.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/nnstreamer.spec

index 8b9568b..1b7e478 100644 (file)
@@ -17,6 +17,11 @@ BuildRequires:       glib2-devel
 BuildRequires: cmake
 BuildRequires: libdlog-devel
 
+# To run test cases, we need gst plugins
+BuildRequires: gst-plugins-good
+BuildRequires: gst-plugins-good-extra
+BuildRequires: gst-plugins-base
+
 %description
 NNStreamer is a set of gstreamer plugins to support general neural networks
 and their plugins in a gstreamer stream.