libgdbus: Move common gdbus interfaces to libsystem package
[platform/core/system/storaged.git] / src / storage / CMakeLists.txt
index 422b91d..d2a97ee 100644 (file)
@@ -6,9 +6,9 @@ pkg_check_modules(${PROJECT_NAME}_pkgs REQUIRED
                dlog
                gio-2.0
                glib-2.0
-               gio-unix-2.0
                storage
                vconf
+               libgdbus
 )
 
 FOREACH(flag ${${PROJECT_NAME}_pkgs_CFLAGS})
@@ -25,7 +25,6 @@ FILE(GLOB ALL_SRCS "*.c")
 SET(SRCS ${ALL_SRCS})
 SET(SHARED_SRCS
        ../shared/config-parser.c
-       ../shared/dbus.c
        ../shared/fd_handler.c
 )