X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali-adaptor.spec;h=2d17b6c7341ffed93eb0b5f30a383f3b5d498b85;hb=5f4f55729e13a9183bb19c840e371f840752ba5f;hp=513c869ae1e332e0afd7d104afff6f581b224243;hpb=d43fbeb6d2bb0971088185fbd1249ca616e7fb38;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index 513c869..2d17b6c 100644 --- a/packaging/dali-adaptor.spec +++ b/packaging/dali-adaptor.spec @@ -17,7 +17,7 @@ Name: dali2-adaptor Summary: The DALi Tizen Adaptor -Version: 2.2.51 +Version: 2.3.14 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT @@ -270,7 +270,13 @@ CXXFLAGS+=" -D_ARCH_ARM_ -lgcc" CFLAGS+=" -DWAYLAND" CXXFLAGS+=" -DWAYLAND" -cmake_flags=" -DENABLE_WAYLAND=ON -DENABLE_ATSPI=ON -DENABLE_TRACE=ON" +cmake_flags=" -DENABLE_WAYLAND=ON -DENABLE_ATSPI=ON" + +%if 0%{?enable_streamline} +cmake_flags+=" -DENABLE_TRACE_STREAMLINE=ON" +%else +cmake_flags+=" -DENABLE_TRACE=ON" +%endif # Use this conditional when Tizen version is 5.x or greater %if 0%{?tizen_version_major} >= 5