[Tizen] Make all profile have mobile dali_toolkit_profile except tv 36/126836/1
authortaeyoon0.lee <taeyoon0.lee@samsung.com>
Tue, 25 Apr 2017 06:37:10 +0000 (15:37 +0900)
committertaeyoon0.lee <taeyoon0.lee@samsung.com>
Tue, 25 Apr 2017 06:37:58 +0000 (15:37 +0900)
This reverts commit 5a3ce2e5cd6521f7088115b997d61a71823276e6.

Change-Id: I828e1451038fbf994ca86f39f82de13bdf745811

packaging/dali-toolkit.spec

index ce84638..f46392d 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}"