Move systemd-related code to common library
[platform/adaptation/samsung_exynos/device-manager-plugin-artik.git] / hw / usb_cfs_client / CMakeLists.txt
index 15e7cbc..fefe1dc 100644 (file)
@@ -4,7 +4,7 @@ PROJECT(usb_cfs_client C)
 SET(PREFIX ${CMAKE_INSTALL_PREFIX})
 
 INCLUDE(FindPkgConfig)
-pkg_check_modules(usb_cfs_client_pkgs REQUIRED hwcommon dlog glib-2.0 libsystemd libusbgx)
+pkg_check_modules(usb_cfs_client_pkgs REQUIRED hwcommon dlog glib-2.0 libusbgx)
 
 FOREACH(flag ${usb_cfs_client_pkgs_CFLAGS})
        SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")