Merge "[2.2.1] Update examples and doxygen comments of RegularExpression" into tizen_2.2
[platform/framework/native/appfw.git] / src / CMakeLists.txt
index 0604dd7..eb88010 100755 (executable)
@@ -10,17 +10,15 @@ pkg_check_modules(pkgs REQUIRED
        dbus-glib-1
        devman
        dlog
-       drm-service-core-intel
        dukgenerator
        ecore
        glib-2.0
        haptic
        heynoti
        icu-i18n
-       libcurl
        libpcre
        libsoup-2.4
-       libwbxml2
+       libxml-2.0
        message-port
        minizip
        notification
@@ -31,18 +29,20 @@ pkg_check_modules(pkgs REQUIRED
        uuid
        vconf
        zlib
-       capi-appfw-app-manager
+       tapi
        capi-appfw-application
-       capi-appfw-package-manager
        capi-content-mime-type
        capi-network-serial
        capi-system-runtime-info
        capi-system-device
        capi-system-power
+       capi-system-system-settings
+       capi-system-info
+       security-server
 )
 
 FOREACH(flag ${pkgs_CFLAGS})
-       SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
+       SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag} -Wall -Wno-unused")
 ENDFOREACH(flag)
 
 
@@ -58,3 +58,4 @@ ADD_SUBDIRECTORY(text)
 ADD_SUBDIRECTORY(appfw)
 ADD_SUBDIRECTORY(osp-string)
 ADD_SUBDIRECTORY(server osp-appfw-server)
+ADD_SUBDIRECTORY(system-server osp-system-server)