[Tizen] Make all profile have mobile dali_toolkit_profile except tv 57/132657/1
authorminho.sun <minho.sun@samsung.com>
Wed, 7 Jun 2017 05:56:14 +0000 (14:56 +0900)
committerminho.sun <minho.sun@samsung.com>
Wed, 7 Jun 2017 05:56:16 +0000 (14:56 +0900)
This reverts commit 2cc8a37835d5c332f1af6846e2a1208345d2e30c.

Change-Id: I6c1c3a772960f4c1e4ccd24459c6c62c1c643eb1

packaging/dali-toolkit.spec

index c34d9aa..7b86db5 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}"