[3.0] Make all profile have mobile dali_toolkit_profile except tv 79/97779/1
authordongsug.song <dongsug.song@samsung.com>
Tue, 15 Nov 2016 04:04:07 +0000 (13:04 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Tue, 15 Nov 2016 04:06:18 +0000 (13:06 +0900)
This reverts commit 97d6a536770a2ab2de92d178eca26bf882222a3a.

Change-Id: I4d19626a1e977bd02147a46b619a0267891efe2d

packaging/dali-toolkit.spec

index 1ccf8e0..45dcc30 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}"