X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=packaging%2Fdali-toolkit.spec;h=c8b3daeb2bdae7d7dc8790798cb6ff17a592642a;hb=a275bbe1316837efd5b04f572fbc0f6621cd03b5;hp=e4d037a165848b7a597a36cb3ad5614054a258cc;hpb=2bd2fe7caf1c644327c63d1310135510685eee60;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/packaging/dali-toolkit.spec b/packaging/dali-toolkit.spec index e4d037a..c8b3dae 100644 --- a/packaging/dali-toolkit.spec +++ b/packaging/dali-toolkit.spec @@ -1,6 +1,6 @@ Name: dali-toolkit Summary: The OpenGLES Canvas Core Library Toolkit -Version: 1.0.37 +Version: 1.0.49 Release: 1 Group: System/Libraries License: Apache-2.0 @@ -13,10 +13,20 @@ Requires: dali # Do NOT put an adaptor here - it is an application choice which adaptor to use BuildRequires: pkgconfig BuildRequires: pkgconfig(dlog) -BuildRequires: boost-devel BuildRequires: pkgconfig(dali) BuildRequires: pkgconfig(dali-core) +############################# +# profile setup +############################# + +%define dali_toolkit_profile MOBILE + +# Further resource locations profiles can be provided here otherwise MOBILE will be used +%if "%{tizen_profile_name}" == "mobile" + %define dali_toolkit_profile MOBILE +%endif + %description The OpenGLES Canvas Core Library Toolkit - a set of controls that provide user interface functionality. @@ -28,7 +38,6 @@ user interface functionality. Summary: Application development package for the OpenGLES Canvas toolkit Group: Development/Building Requires: %{name} = %{version}-%{release} -Requires: boost-devel %description devel Application development package for the OpenGLES Canvas toolkit - headers and package config @@ -58,7 +67,7 @@ cd %{_builddir}/dali-toolkit-%{version}/build/tizen autoreconf --install DALI_DATA_RW_DIR="%{dali_data_rw_dir}" ; export DALI_DATA_RW_DIR DALI_DATA_RO_DIR="%{dali_data_ro_dir}" ; export DALI_DATA_RO_DIR -%configure +%configure --enable-profile=%{dali_toolkit_profile} make %{?jobs:-j%jobs} ##############################