diff options
author | Yu Jiung <jiung.yu@samsung.com> | 2015-06-20 13:34:48 +0900 |
---|---|---|
committer | Yu Jiung <jiung.yu@samsung.com> | 2015-06-20 13:34:56 +0900 |
commit | 9718365e19880a94fc400d2fe2c36905fcf87218 (patch) | |
tree | f1f2001ccf93e876c298f01ebc44f525a64ab875 | |
parent | 8af419dff455d73900614116e9afdf47ae8497a7 (diff) | |
download | nfc-manager-neard-9718365e19880a94fc400d2fe2c36905fcf87218.tar.gz nfc-manager-neard-9718365e19880a94fc400d2fe2c36905fcf87218.tar.bz2 nfc-manager-neard-9718365e19880a94fc400d2fe2c36905fcf87218.zip |
[nfc-manager-neard]Replace libwifi-direct with capi-network-wifi-directsubmit/tizen/20150619.123909
Change-Id: I6d564a7310d7bd1976f1e8e9a737f5c4da45e1ba
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
-rwxr-xr-x | daemon/CMakeLists.txt | 2 | ||||
-rwxr-xr-x | packaging/nfc-manager-neard.spec | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/daemon/CMakeLists.txt b/daemon/CMakeLists.txt index 82459c0..0cfb65f 100755 --- a/daemon/CMakeLists.txt +++ b/daemon/CMakeLists.txt @@ -18,7 +18,7 @@ INCLUDE(FindPkgConfig) IF(ARM_TARGET) pkg_check_modules(daemon_pkgs REQUIRED aul glib-2.0 gio-unix-2.0 vconf dlog tapi appsvc libcurl libssl feedback capi-media-wav-player - pkgmgr pkgmgr-info capi-network-wifi pmapi wifi-direct + pkgmgr pkgmgr-info capi-network-wifi pmapi capi-network-wifi-direct libtzplatform-config neardal ${WIN_PKG}) ELSE(ARM_TARGET) pkg_check_modules(daemon_pkgs REQUIRED aul glib-2.0 gio-unix-2.0 diff --git a/packaging/nfc-manager-neard.spec b/packaging/nfc-manager-neard.spec index b27d94d..0919380 100755 --- a/packaging/nfc-manager-neard.spec +++ b/packaging/nfc-manager-neard.spec @@ -3,7 +3,7 @@ Name: nfc-manager-neard Summary: NFC framework manager -Version: 0.1.6 +Version: 0.1.7 Release: 0 Group: Network & Connectivity/NFC License: Apache-2.0 @@ -42,7 +42,7 @@ BuildRequires: python BuildRequires: python-xml BuildRequires: gettext-tools %ifarch %arm -BuildRequires: pkgconfig(wifi-direct) +BuildRequires: pkgconfig(capi-network-wifi-direct) %global ARM_DEF "-DARM_TARGET=Y" %endif |