X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali-adaptor.spec;h=639ec048cb491b347134b496320ca01654048bbd;hb=144306d2fcb18756267745f6a750292a55218aee;hp=b4f109dedd4b6023a947e98b7a9a04652156f9ae;hpb=a30fa383cc53a33efd1a093070be3ccc7c01fccb;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index b4f109d..639ec04 100644 --- a/packaging/dali-adaptor.spec +++ b/packaging/dali-adaptor.spec @@ -17,7 +17,7 @@ Name: dali2-adaptor Summary: The DALi Tizen Adaptor -Version: 1.9.36 +Version: 2.0.10 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT @@ -102,6 +102,9 @@ BuildRequires: pkgconfig(ecore-imf) BuildRequires: pkgconfig(capi-system-system-settings) +# for ATSPI (Accessibility) support +BuildRequires: pkgconfig(eldbus) + # for autofill %if 0%{?tizen_version_major} >= 5 && 0%{?tizen_version_minor} >= 5 BuildRequires: pkgconfig(capi-ui-autofill) @@ -265,7 +268,7 @@ CXXFLAGS+=" -D_ARCH_ARM_ -lgcc" CFLAGS+=" -DWAYLAND" CXXFLAGS+=" -DWAYLAND" -cmake_flags=" -DENABLE_WAYLAND=ON" +cmake_flags=" -DENABLE_WAYLAND=ON -DENABLE_ATSPI=OFF" # Use this conditional when Tizen version is 5.x or greater %if 0%{?tizen_version_major} >= 5