[Tizen] Make all profile have mobile dali_toolkit_profile except tv 20/119720/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 20 Mar 2017 02:19:57 +0000 (11:19 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 20 Mar 2017 02:20:00 +0000 (11:20 +0900)
Change-Id: I15bf3be03b24adedc961c0140eeac2bde9e9cfaf

packaging/dali-toolkit.spec

index 6e66054..87721d5 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}"