[Tizen] Make all profile have mobile dali_toolkit_profile except tv 90/128190/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 8 May 2017 03:58:59 +0000 (12:58 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 8 May 2017 03:59:06 +0000 (12:59 +0900)
Change-Id: I88daf0f4bad1578e3e9d845408a05153a1f9b3aa

packaging/dali-toolkit.spec

index 00be595..7b4eaf9 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}"