From: Kisub Song Date: Sat, 19 Oct 2013 11:43:06 +0000 (+0900) Subject: Update change log and spec for wrt-plugins-tizen_0.4.72 X-Git-Tag: submit/tizen_2.2/20131107.063313~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69a4e5e245a464071fe0b6fd2dda62254f249d72;p=framework%2Fweb%2Fwrt-plugins-tizen.git Update change log and spec for wrt-plugins-tizen_0.4.72 --- diff --git a/packaging/wrt-plugins-tizen.spec b/packaging/wrt-plugins-tizen.spec index 30aae2c..3a2f344 100755 --- a/packaging/wrt-plugins-tizen.spec +++ b/packaging/wrt-plugins-tizen.spec @@ -1,6 +1,6 @@ Name: wrt-plugins-tizen Summary: JavaScript plugins for WebRuntime -Version: 0.4.71 +Version: 0.4.72 Release: 0 Group: Development/Libraries License: Apache License, Version 2.0 diff --git a/src/DataControl/CMakeLists.txt b/src/DataControl/CMakeLists.txt index 77135fc..8d982a5 100755 --- a/src/DataControl/CMakeLists.txt +++ b/src/DataControl/CMakeLists.txt @@ -2,7 +2,7 @@ SET(TARGET_NAME ${datacontrol_target}) SET(DESTINATION_NAME ${datacontrol_dest}) SET(TARGET_IMPL_NAME ${datacontrol_impl}) -PKG_CHECK_MODULES(platform_pkgs_datacontrol REQUIRED capi-appfw-application appsvc pkgmgr) +PKG_CHECK_MODULES(platform_pkgs_datacontrol REQUIRED capi-appfw-application capi-appfw-app-manager appsvc pkgmgr) INCLUDE_DIRECTORIES( ${platform_pkgs_datacontrol_INCLUDE_DIRS}