Revert "[Tizen] Make all profile have mobile dali_toolkit_profile except tv" 88/128188/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 8 May 2017 03:53:00 +0000 (12:53 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 8 May 2017 03:54:01 +0000 (12:54 +0900)
This reverts commit 2e59b7c2e47b2a4a25470b0ff37c986dfee02a0d.

Change-Id: I0ea145e2691a0af279ba9232ea6160bc59844d0a

packaging/dali-toolkit.spec

index 933e8d4..4ca75e7 100644 (file)
@@ -34,15 +34,17 @@ BuildRequires:  pkgconfig(libtzplatform-config)
 %define profile %{tizen_profile_name}
 %endif
 
-%if "%{profile}" == "tv"
-%define dali_toolkit_profile TV
-%define dali_style_folder 1920x1080
-%else
+%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
+%endif
+
 %if "%{?dali_style}"
   %define dali_style_folder %{dali_style}
 %endif