Change source position of appfw-server
[platform/framework/native/appfw.git] / src / CMakeLists.txt
index 17ed1ca..5ae838e 100644 (file)
@@ -2,6 +2,7 @@
 INCLUDE(FindPkgConfig)
 pkg_check_modules(pkgs REQUIRED
        alarm-service
+       appinfo
        aul
        appsvc
        bundle
@@ -14,8 +15,6 @@ pkg_check_modules(pkgs REQUIRED
        ecore
        glib-2.0
        haptic
-       heynoti
-       badge
        icu-i18n
        iniparser
        libpcre
@@ -41,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 +49,6 @@ ENDFOREACH(flag)
 
 
 ## Add SubModules
-ADD_SUBDIRECTORY(newlib-compat)
 ADD_SUBDIRECTORY(app)
 ADD_SUBDIRECTORY(io)
 ADD_SUBDIRECTORY(base)
@@ -60,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)