From b3614b1f02baa5ca656092fdd28065d38a229358 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Wed, 20 Mar 2019 20:48:53 +0900 Subject: [PATCH] [Dist] Do not depend on ssat if it's not neeed. ssat is required only when unit_test is enabled. We are not going to enable auto-unit-test in Tizen:Unified. We will execute auto-unit-test only in Github-CI and personal gbs for now. We will enable auto-unit-test in Tizen:Unified after we submit ssat to tizen.org Signed-off-by: MyungJoo Ham --- packaging/nnstreamer.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index 7291db2..c1d4895 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -66,7 +66,9 @@ BuildRequires: gst-plugins-base-devel %endif # Unit Testing Uses SSAT (hhtps://github.com/myungjoo/SSAT.git) +%if 0%{?unit_test} BuildRequires: ssat +%endif # For ORC (Oil Runtime Compiler) BuildRequires: orc-devel -- 2.7.4