[Tizen] Make all profile have mobile dali_toolkit_profile except tv 40/116540/1
authorsuhyung Eom <suhyung.eom@samsung.com>
Mon, 27 Feb 2017 02:15:53 +0000 (11:15 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Mon, 27 Feb 2017 02:16:17 +0000 (11:16 +0900)
This reverts commit d3fe2e5654593188b74298ba3d2cd46ea464103c.
Change-Id: I773b7b8f7fd591fcd9e407264aa7b9d73fb89908

packaging/dali-toolkit.spec

index c1a14e9..be0117c 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}"