fixup! fixup! Refactor call of terminator 03/112603/2 accepted/tizen/3.0/common/20170202.151217 accepted/tizen/3.0/ivi/20170202.085613 accepted/tizen/3.0/mobile/20170202.085528 accepted/tizen/3.0/tv/20170202.085544 accepted/tizen/3.0/wearable/20170202.085559 submit/tizen_3.0/20170202.025509 submit/tizen_3.0_tv/20170411.080847 submit/tizen_3.0_tv/20170411.081201
authorYoungcheol Kang <ychul.kang@samsung.com>
Thu, 2 Feb 2017 02:41:25 +0000 (11:41 +0900)
committerYoungcheol Kang <ychul.kang@samsung.com>
Thu, 2 Feb 2017 02:45:42 +0000 (11:45 +0900)
This patch fixes the following build problem in original patch.

error : No package 'appcore-watch' found

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2906

Change-Id: I31ec4f3654f800944f2c3af8478f08d65c73d5fe
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
runtime/browser/web_application.cc
runtime/runtime.gyp

index f6efe80..ac93129 100755 (executable)
@@ -17,7 +17,6 @@
 #include "runtime/browser/web_application.h"
 
 #include <app.h>
-#include <appcore-watch.h>
 #include <aul.h>
 #include <cynara-client.h>
 #include <Ecore.h>
 #include <sstream>
 #include <vector>
 
+#ifdef WATCH_FACE_FEATURE_SUPPORT
+#include <appcore-watch.h>
+#endif
+
 #include "common/application_data.h"
 #include "common/app_db.h"
 #include "common/app_control.h"
index 3f5ea2e..4348b5f 100755 (executable)
@@ -52,7 +52,6 @@
       ],
       'variables': {
         'packages': [
-          'appcore-watch',
           'capi-appfw-application',
           'capi-ui-efl-util',
           'chromium-efl',