Create/Remove vconf for security settings
[framework/web/wrt-installer.git] / src / CMakeLists.txt
index 9cfd43e..6da67e5 100644 (file)
@@ -95,9 +95,18 @@ SET(INSTALLER_SOURCES
     ${INSTALLER_SRC_DIR}/misc/feature_logic.cpp
     ${INSTALLER_SRC_DIR}/misc/libxml_utils.cpp
     ${INSTALLER_SRC_DIR}/misc/widget_location.cpp
+    ${INSTALLER_SRC_DIR}/misc/widget_install_to_external.cpp
     ${INSTALLER_SRC_DIR}/pkg-manager/pkgmgr_signal.cpp
     )
 
+IF(LB_SUPPORT)
+    SET(INSTALLER_SOURCES
+        ${INSTALLER_SOURCES}
+        )
+    MESSAGE(STATUS "adding definition -DLB_SUPPORT")
+    ADD_DEFINITIONS("-DLB_SUPPORT")
+ENDIF(LB_SUPPORT)
+
 MESSAGE(STATUS "add -DSEP_INSTALLER")
 ADD_DEFINITIONS("-DSEP_INSTALLER")
 
@@ -131,6 +140,8 @@ PKG_CHECK_MODULES(SYS_INSTALLER_STATIC_DEP
     shortcut
     capi-appfw-app-manager
     drm-service-core-intel
+    app2sd
+    vconf
     REQUIRED
 )