Revert "[3.0] Make all profile have mobile dali_toolkit_profile except tv" 15/104415/1
authorsuhyung Eom <suhyung.eom@samsung.com>
Tue, 13 Dec 2016 08:38:38 +0000 (17:38 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Tue, 13 Dec 2016 08:39:03 +0000 (17:39 +0900)
This reverts commit 084a807c0d4890b828c407c97235e453cd93f88c.
Change-Id: If8b01dc10fb9c2c84872918c680cbca9dc2c132a

packaging/dali-toolkit.spec

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