From: Andrey Klimenko Date: Fri, 2 Sep 2016 08:51:12 +0000 (+0300) Subject: TizenRefApp-7060 replaced usage of "tizen_build_binary_release_type_eng" with "tizen_... X-Git-Tag: submit/tizen/20160902.135840^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_dev;p=profile%2Fmobile%2Fapps%2Fnative%2Fwallpaper-ui-service.git TizenRefApp-7060 replaced usage of "tizen_build_binary_release_type_eng" with "tizen_build_devel_mode" also fixed GBS-build Change-Id: I8a59f8dc8cb7f2cc0cbc85e4215441c0484aa434 Signed-off-by: Andrey Klimenko --- diff --git a/packaging/org.tizen.wallpaper-ui-service.spec b/packaging/org.tizen.wallpaper-ui-service.spec index 70bb746..ece28fc 100644 --- a/packaging/org.tizen.wallpaper-ui-service.spec +++ b/packaging/org.tizen.wallpaper-ui-service.spec @@ -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" diff --git a/src/wallpaper-ui-service.c b/src/wallpaper-ui-service.c index e54e585..a95d7aa 100644 --- a/src/wallpaper-ui-service.c +++ b/src/wallpaper-ui-service.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include