X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali-adaptor.spec;h=2eea72f4e20b23ad219639fcd095ea22888627e6;hb=445235b7a5928de480c0ef0c09efd213fb8788e9;hp=4e44f8b861dfb685889982f317358ce28ebcf418;hpb=d7165b10ca515a7146545822b04245d6472c9050;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index 4e44f8b..2eea72f 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.37 +Version: 2.3.7 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT @@ -287,6 +287,11 @@ cmake_flags+=" -DENABLE_ECORE_WAYLAND2=ON" CXXFLAGS+=" -DOVER_TIZEN_VERSION_7" %endif +# Use this conditional when Tizen version is 8.x or greater +%if 0%{?tizen_version_major} >= 8 +CXXFLAGS+=" -DOVER_TIZEN_VERSION_8" +%endif + %if 0%{?enable_debug} cmake_flags+=" -DCMAKE_BUILD_TYPE=Debug" %endif