Remove dependency of unused packages 07/168507/2
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 29 Jan 2018 06:14:11 +0000 (15:14 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 29 Jan 2018 06:21:17 +0000 (15:21 +0900)
Remove the package dependency from PASS because they are not used.
- vconf, device-node, capi-base-common and eventsystem

Change-Id: I207b65070d979db917ce7aea730995ee795a46de
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt

index fae7d38..6910b9e 100644 (file)
@@ -90,15 +90,11 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/src)
 INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
 
 SET(PKG_MODULES
-       vconf
        dlog
-       device-node
-       capi-base-common
        glib-2.0
        dbus-1
        gio-2.0
        gio-unix-2.0
-       eventsystem
        libtzplatform-config
 )