X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali-adaptor.spec;h=cc821706c685feb069d6d0c48f4a410ed01b3dda;hb=b15c5159e9562ee6199b2d0117aae667cc8846ba;hp=03591d3b38663954afebf8541bc8e1c93bc66455;hpb=87be36ae47fd2e4ea75f5a8f957340fb0d759bda;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index 03591d3..cc82170 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.3.8 +Version: 2.3.11 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT @@ -117,13 +117,6 @@ BuildRequires: pkgconfig(component-based-core-base) BuildRequires: pkgconfig(thorvg) %endif -# For ASAN test -%if "%{vd_asan}" == "1" || "%{asan}" == "1" -BuildRequires: asan-force-options -BuildRequires: asan-build-env -BuildRequires: libasan -%endif - # for multiprofile Requires: %{name}-compat = %{version}-%{release} Recommends: %{name}-profile_common = %{version}-%{release} @@ -277,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 @@ -299,12 +298,6 @@ CXXFLAGS+=" -DOVER_TIZEN_VERSION_7" CXXFLAGS+=" -DOVER_TIZEN_VERSION_8" %endif -%if "%{vd_asan}" == "1" || "%{asan}" == "1" -CFLAGS+=" -fsanitize=address" -CXXFLAGS+=" -fsanitize=address" -LDFLAGS+=" -fsanitize=address" -%endif - %if 0%{?enable_debug} cmake_flags+=" -DCMAKE_BUILD_TYPE=Debug" %endif