X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali-adaptor.spec;h=1d5cca9d9085db3caffdd8283b234cd5aa744d2f;hb=d1051bbb344a46e075ff54242944db63b0b483fd;hp=e52915666d41b82a1e8f2f15499f6387d75bce61;hpb=77d783f4e1f282db2150a46401b533ec3013ecd2;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index e529156..1d5cca9 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.14 +Version: 2.0.21 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT @@ -110,6 +110,11 @@ BuildRequires: pkgconfig(mm-sound) BuildRequires: pkgconfig(feedback) BuildRequires: pkgconfig(component-based-core-base) + +%if ( 0%{?tizen_version_major} == 6 && 0%{?tizen_version_minor} >= 5 ) || 0%{?tizen_version_major} >= 7 +BuildRequires: pkgconfig(thorvg) +%endif + # for multiprofile Requires: %{name}-compat = %{version}-%{release} Recommends: %{name}-profile_common = %{version}-%{release} @@ -263,7 +268,7 @@ CXXFLAGS+=" -D_ARCH_ARM_ -lgcc" CFLAGS+=" -DWAYLAND" CXXFLAGS+=" -DWAYLAND" -cmake_flags=" -DENABLE_WAYLAND=ON -DENABLE_ATSPI=OFF" +cmake_flags=" -DENABLE_WAYLAND=ON -DENABLE_ATSPI=ON" # Use this conditional when Tizen version is 5.x or greater %if 0%{?tizen_version_major} >= 5