X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=packaging%2Fdali-toolkit.spec;h=938a7760ae86ad95f2823189b7e4d36b5fafd453;hp=af1843c447455a836346acdb834942e151c3ee97;hb=5438509b8051cc74c4f08a69931be741ac275757;hpb=bfecc23b877b26b9f4fbc45e305f28069424bf11 diff --git a/packaging/dali-toolkit.spec b/packaging/dali-toolkit.spec index af1843c..938a776 100644 --- a/packaging/dali-toolkit.spec +++ b/packaging/dali-toolkit.spec @@ -1,6 +1,6 @@ Name: dali-toolkit Summary: Dali 3D engine Toolkit -Version: 1.3.9 +Version: 1.3.39 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT @@ -17,18 +17,13 @@ Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(dali-core) +BuildRequires: pkgconfig(dali-adaptor) %if !0%{?disable_cxx03_build} BuildRequires: pkgconfig(dali-core-cxx03) +BuildRequires: pkgconfig(dali-adaptor-cxx03) %endif BuildRequires: gettext -# dali-toolkit only need to know the interfaces(APIs) of dali-adaptor(the devel package). -# It doesn't need to know which adaptor will be used by applications. -# Applications or dali-addon will decide which one they will use. -BuildRequires: dali-adaptor-devel -%if !0%{?disable_cxx03_build} -BuildRequires: dali-adaptor-devel-cxx03 -%endif #need libtzplatform-config for directory if tizen version is 3.x @@ -165,6 +160,9 @@ DALI_DATA_RO_DIR="%{dali_data_ro_dir}" ; export DALI_DATA_RO_DIR %if 0%{?enable_debug} --enable-debug \ %endif +%if 0%{?enable_trace} + --enable-trace \ +%endif --enable-i18n=yes \ --enable-rename-so=no @@ -194,6 +192,9 @@ DALI_DATA_RO_DIR="%{dali_data_ro_dir}" ; export DALI_DATA_RO_DIR %if 0%{?enable_debug} --enable-debug \ %endif +%if 0%{?enable_trace} + --enable-trace \ +%endif --enable-i18n=yes \ --enable-rename-so=no