X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=packaging%2Fdali-toolkit.spec;h=1c54967f0f2754455a94206696e89da077a07d37;hp=c56450d471e28866c0cb4bf41253deaed64608a7;hb=1409185a3aa913c015e5f4eabefd28267ef54bcd;hpb=da65ed81d54645a3425118d65b1b58b7a417d3e0 diff --git a/packaging/dali-toolkit.spec b/packaging/dali-toolkit.spec index c56450d..1c54967 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.47 +Version: 1.0.51 Release: 1 Group: System/Libraries License: Apache-2.0 @@ -21,6 +21,12 @@ BuildRequires: pkgconfig(dali-core) ############################# %define dali_toolkit_profile MOBILE +%define dali_style_folder 720x1280 +# dali_style to be provided by build system as with dali_toolkit_profile or by passing --define 'dali_style 470x800' to the rpm build command + +%if "%{?dali_style}" + %define dali_style_folder %{dali_style} +%endif # Further resource locations profiles can be provided here otherwise MOBILE will be used %if "%{tizen_profile_name}" == "mobile" @@ -67,7 +73,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 --enable-profile=%{dali_toolkit_profile} +%configure --enable-profile=%{dali_toolkit_profile} --with-style=%{dali_style_folder} make %{?jobs:-j%jobs} ##############################