fix buildbreak
authorMinsoo Kim <minnsoo.kim@samsung.com>
Fri, 28 Dec 2012 09:11:35 +0000 (18:11 +0900)
committerMinsoo Kim <minnsoo.kim@samsung.com>
Fri, 28 Dec 2012 09:11:35 +0000 (18:11 +0900)
setting/CMakeLists.txt
setting/src/email-setting.c

index 70798c2..67f03f5 100755 (executable)
@@ -34,7 +34,7 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/common/include)
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(pkgs-setting REQUIRED ecore glib-2.0 gobject-2.0 elementary utilX vconf
-               appcore-efl email-service ui-gadget-1 bundle dlog edbus capi-appfw-application status libxml-2.0 contacts-service2 accounts-svc)
+               appcore-efl email-service ui-gadget-1 bundle dlog edbus capi-appfw-application status libxml-2.0 contacts-service2)
 
 FOREACH(flag ${pkgs-setting_CFLAGS})
        SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
index dea15d0..f7457f5 100755 (executable)
@@ -22,7 +22,6 @@
 #include <stdlib.h>
 #include <getopt.h>
 #include <utilX.h>
-#include <account.h>
 
 #include "email-debug.h"
 #include "email-setting.h"
@@ -641,6 +640,7 @@ static int _parse_option(service_h service, struct ug_data *ugd)
        debug_log("operation = %s", operation);
 
        if (operation) {
+#if 0
                if (g_strcmp0(operation, ACCOUNT_OPERATION_SIGNIN) == 0) {
                        char *email_sp = NULL;
                        debug_log("Operation ACCOUNT_OPERATION_SIGNIN");
@@ -722,6 +722,7 @@ static int _parse_option(service_h service, struct ug_data *ugd)
                        return TRUE;
 
                }
+#endif
        } else {
                service_get_extra_data(service, EMAIL_BUNDLE_KEY_VIEW_TYPE, &(ugd->start_view_type));
                debug_log("VIEW TYPE:%s", ugd->start_view_type);