Change source position of appfw-server
[platform/framework/native/appfw.git] / src / CMakeLists.txt
index de9d75c..5ae838e 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})
@@ -50,7 +49,6 @@ ENDFOREACH(flag)
 
 
 ## Add SubModules
-ADD_SUBDIRECTORY(newlib-compat)
 ADD_SUBDIRECTORY(app)
 ADD_SUBDIRECTORY(io)
 ADD_SUBDIRECTORY(base)
@@ -61,5 +59,5 @@ ADD_SUBDIRECTORY(system)
 ADD_SUBDIRECTORY(text)
 ADD_SUBDIRECTORY(appfw)
 ADD_SUBDIRECTORY(osp-string)
-ADD_SUBDIRECTORY(server osp-appfw-server)
+ADD_SUBDIRECTORY(server)
 ADD_SUBDIRECTORY(system-server osp-system-server)