X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali-adaptor.spec;h=d0103a18c84d018c0efc407ee136ef4796d20972;hb=7aff4db5e8e6cf2f0833038c1985e18a3bbc8c0e;hp=0c82b524e0b9395f8d79bf3c4cfcd3463159469d;hpb=18a573507e41087366640da8d26eef8ad6a16ebc;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index 0c82b52..d0103a1 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.1.0 +Version: 2.1.10 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