X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=packaging%2Fdali-toolkit.spec;h=319ca17a387a6e634e9e9ccbd377e2ed573e87dc;hp=af1843c447455a836346acdb834942e151c3ee97;hb=de2b1cdb9471cc29a37281b5660def10d47f6c16;hpb=3ef464ce8916c3714998c0e1ace1b6d4b5d090bc diff --git a/packaging/dali-toolkit.spec b/packaging/dali-toolkit.spec index af1843c..319ca17 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.50 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