[Tizen] Make all profile have mobile dali_toolkit_profile except tv 23/104523/1
authorsuhyung Eom <suhyung.eom@samsung.com>
Tue, 13 Dec 2016 11:47:15 +0000 (20:47 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Tue, 13 Dec 2016 11:47:39 +0000 (20:47 +0900)
Change-Id: I915658278f4726d9e9e2f72f2036ea281e7b74e6

packaging/dali-toolkit.spec

index ed8389c..4b9382c 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}"