Modify build macro : tizen_profile_name -> profile 12/58712/1 accepted/tizen/common/20160217.103059 accepted/tizen/mobile/20160217.080544 accepted/tizen/tv/20160217.080602 accepted/tizen/wearable/20160217.080622 submit/tizen/20160217.061127 submit/tizen_common/20160216.101151
authorgs86.lee <gs86.lee@samsung.com>
Wed, 3 Feb 2016 05:07:41 +0000 (14:07 +0900)
committergs86.lee <gs86.lee@samsung.com>
Wed, 3 Feb 2016 05:08:11 +0000 (14:08 +0900)
Change-Id: I4d9817327986be892bec2472ca16eb9d4080a365

CMakeLists.txt
packaging/boot-animation.spec

index db535a6..4f86a4f 100644 (file)
@@ -14,17 +14,17 @@ INCLUDE(FindPkgConfig)
 pkg_check_modules(pkgs REQUIRED
        elementary
        mm-bootsound
-#      utilX
+       #utilX
        vconf
-#        ecore-x
-        evas
-        ecore-evas
-        edje
-#        x11
-               capi-appfw-preference
-               capi-system-info
-               capi-system-system-settings
-)
+       #ecore-x
+       evas
+       ecore-evas
+       edje
+       #x11
+       capi-appfw-preference
+       capi-system-info
+       capi-system-system-settings
+       )
 
 FOREACH(flag ${pkgs_CFLAGS})
        SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
index 25fab85..5526373 100644 (file)
@@ -1,12 +1,12 @@
 #sbs-git:slp/pkgs/b/boot-animation boot-animation 0.2 d1bbca3948e4cdb6b2f9e75f176500f452fe6a33
 
-%if "%{?tizen_profile_name}" == "wearable"
+%if "%{?profile}" == "wearable"
        %define micro_ani ON
 %else
        %define micro_ani OFF
 %endif
 
-%if "%{?tizen_profile_name}" == "tv"
+%if "%{?profile}" == "tv"
 ExcludeArch: %{arm} %ix86 x86_64
 %endif
 
@@ -51,7 +51,7 @@ Shows an animation and plays a sound when the device is booted or shutdown.
 %define ARCH emulator
 %endif
 
-cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DUSE_MICRO_ANI=%{micro_ani} -DARCH=%{ARCH} -DTIZEN_PROFILE_NAME=%{tizen_profile_name}
+cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DUSE_MICRO_ANI=%{micro_ani} -DARCH=%{ARCH} -DTIZEN_PROFILE_NAME=%{profile}
 
 make %{?jobs:-j%jobs}