[3.0] Make all profile have mobile dali_toolkit_profile except tv 51/85951/1 accepted/tizen/common/20160830.150353 accepted/tizen/ivi/20160830.235901 accepted/tizen/mobile/20160830.235720 accepted/tizen/tv/20160830.235754 accepted/tizen/wearable/20160830.235825 submit/tizen/20160830.090852
authorminho.sun <minho.sun@samsung.com>
Tue, 30 Aug 2016 01:01:57 +0000 (10:01 +0900)
committerminho.sun <minho.sun@samsung.com>
Tue, 30 Aug 2016 01:01:57 +0000 (10:01 +0900)
Make all profile have mobile dali_toolkit_profile except tv.
TV has own theme file, so need to seperate.

Change-Id: I1c2d59c700c9bf0e0e2428741cca362dee9950b7
Signed-off-by: minho.sun <minho.sun@samsung.com>
packaging/dali-toolkit.spec

index 150f775..28fbf2d 100644 (file)
@@ -34,15 +34,13 @@ BuildRequires:  pkgconfig(libtzplatform-config)
 %define profile %{tizen_profile_name}
 %endif
 
-%if "%{profile}" == "mobile"
-%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
-%endif
-
 %if "%{profile}" == "tv"
 %define dali_toolkit_profile TV
 %define dali_style_folder 1920x1080
+%else
+%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
 %endif
 
 %if "%{?dali_style}"