TizenRefApp-7060 replaced usage of "tizen_build_binary_release_type_eng" with "tizen_... 78/86678/1 tizen_dev
authorAndrey Klimenko <and.klimenko@samsung.com>
Fri, 2 Sep 2016 08:51:12 +0000 (11:51 +0300)
committerAndrey Klimenko <and.klimenko@samsung.com>
Fri, 2 Sep 2016 09:17:43 +0000 (12:17 +0300)
also fixed GBS-build

Change-Id: I8a59f8dc8cb7f2cc0cbc85e4215441c0484aa434
Signed-off-by: Andrey Klimenko <and.klimenko@samsung.com>
packaging/org.tizen.wallpaper-ui-service.spec
src/wallpaper-ui-service.c

index 70bb746..ece28fc 100644 (file)
@@ -47,7 +47,7 @@ wallpaper-ui-service window.
 %build
 %define BRANCH "SDK"
 
-%if 0%{?tizen_build_binary_release_type_eng}
+%if 0%{?tizen_build_devel_mode}
 export CFLAGS="$CFLAGS -DTIZEN_ENGINEER_MODE"
 export CXXFLAGS="$CXXFLAGS -DTIZEN_ENGINEER_MODE"
 export FFLAGS="$FFLAGS -DTIZEN_ENGINEER_MODE"
index e54e585..a95d7aa 100644 (file)
@@ -24,7 +24,6 @@
 #include <Evas.h>
 #include <vconf.h>
 #include <system_settings.h>
-#include <app_alarm.h>
 #include <media_content.h>
 #include <fcntl.h>
 #include <app_control_internal.h>