X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali-adaptor.spec;h=068b3a93711bf0eec89a0043add278151f66911b;hb=4ba150e7553d414db95ca24a07e1d1eee5942254;hp=a27af87bd084b8000f81ef6d55c173ebf683ca52;hpb=b080d64dc4164ec8cd1a9718f0d8bbcaa5075106;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index a27af87..068b3a9 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.0.52 +Version: 2.1.8 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT @@ -282,6 +282,11 @@ CXXFLAGS+=" -DECORE_WAYLAND2 -DEFL_BETA_API_SUPPORT" cmake_flags+=" -DENABLE_ECORE_WAYLAND2=ON" %endif +# Use this conditional when Tizen version is 7.x or greater +%if 0%{?tizen_version_major} >= 7 +CXXFLAGS+=" -DOVER_TIZEN_VERSION_7" +%endif + %if 0%{?enable_debug} cmake_flags+=" -DCMAKE_BUILD_TYPE=Debug" %endif