Add build dependency 57/192157/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 31 Oct 2018 04:51:14 +0000 (13:51 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 31 Oct 2018 04:51:14 +0000 (13:51 +0900)
Change-Id: Idebdf3d97bb67b1265cc7b021f04597a4b9c9580
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
common/CMakeLists.txt
include/autofill_service.h

index d9357b5..1ff7f75 100644 (file)
@@ -7,7 +7,7 @@ SET(maintainer "Jihoon Kim <jihoon48.kim@samsung.com>")
 SET(description "Autofill Common APIs")
 SET(service "ui")
 SET(submodule "autofill-common")
-SET(dependents "dlog eina glib-2.0 rpc-port")
+SET(dependents "capi-base-common dlog eina glib-2.0 rpc-port")
 SET(LIBDIR ${LIB_INSTALL_DIR})
 
 SET(Services
index 47d7791..09d1984 100755 (executable)
@@ -22,7 +22,6 @@
  * @brief This file contains autofill APIs and related enumeration.
  */
 
-#include <tizen.h>
 #include "autofill_enum.h"
 #include "autofill_common.h"