X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali-adaptor.spec;h=0919e347dc2d8607555cda52112ac81394c8ee6b;hb=077cc675711bdb14734c7f9aa1f8eb8c026f04d0;hp=cfd6693a9e7ddb7c94c8d12bca1cb4a4d02cd4e4;hpb=63d0cc2193c56bd2e331926649055821f9504f16;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index cfd6693..0919e34 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.41 +Version: 2.1.19 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT @@ -36,9 +36,9 @@ BuildRequires: pkgconfig(libtzplatform-config) %if "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" BuildRequires: pkgconfig(capi-appfw-watch-application) BuildRequires: pkgconfig(appcore-watch) -BuildRequires: pkgconfig(screen_connector_provider) %endif +BuildRequires: pkgconfig(screen_connector_provider) BuildRequires: pkgconfig(gles20) BuildRequires: pkgconfig(glesv2) BuildRequires: pkgconfig(ttrace) @@ -270,7 +270,7 @@ CXXFLAGS+=" -D_ARCH_ARM_ -lgcc" CFLAGS+=" -DWAYLAND" CXXFLAGS+=" -DWAYLAND" -cmake_flags=" -DENABLE_WAYLAND=ON -DENABLE_ATSPI=ON" +cmake_flags=" -DENABLE_WAYLAND=ON -DENABLE_ATSPI=ON -DENABLE_TRACE=ON" # Use this conditional when Tizen version is 5.x or greater %if 0%{?tizen_version_major} >= 5 @@ -282,12 +282,17 @@ 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 -%if 0%{?enable_trace} -cmake_flags+=" -DENABLE_TRACE=ON" +%if 0%{?enable_logging} +cmake_flags+=" -DENABLE_NETWORK_LOGGING=ON" %endif libtoolize --force