remove badge dependency for legacy NotificationManager
[platform/framework/native/appfw.git] / src / CMakeLists.txt
index a7f458f..b596a9f 100644 (file)
@@ -15,8 +15,6 @@ pkg_check_modules(pkgs REQUIRED
        ecore
        glib-2.0
        haptic
-       heynoti
-       badge
        icu-i18n
        iniparser
        libpcre
@@ -42,6 +40,7 @@ pkg_check_modules(pkgs REQUIRED
        capi-system-system-settings
        capi-system-info
        security-server
+       libprivilege-control
 )
 
 FOREACH(flag ${pkgs_CFLAGS})
@@ -49,7 +48,6 @@ FOREACH(flag ${pkgs_CFLAGS})
 ENDFOREACH(flag)
 
 ## Add SubModules
-ADD_SUBDIRECTORY(newlib-compat)
 ADD_SUBDIRECTORY(app)
 ADD_SUBDIRECTORY(io)
 ADD_SUBDIRECTORY(base)
@@ -61,4 +59,4 @@ ADD_SUBDIRECTORY(text)
 ADD_SUBDIRECTORY(appfw)
 ADD_SUBDIRECTORY(osp-string)
 ADD_SUBDIRECTORY(server osp-appfw-server)
-ADD_SUBDIRECTORY(system-server osp-system-server)
\ No newline at end of file
+ADD_SUBDIRECTORY(system-server osp-system-server)