From 0f633c04cbe2a8f639637a930d0a696ecd6f0521 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Wed, 2 Oct 2019 15:33:15 +0900 Subject: [PATCH] Remove deprecated API capi-network-wifi is deprecated and it will be removed from rootstrap. Change-Id: I54a116f53ec595f17c55dec25b760ba3fc1b8b24 --- CMakeLists.txt | 1 - packaging/org.tizen.music-player.spec | 1 - sound-player/CMakeLists.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 432bdbc..d793aa3 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -167,7 +167,6 @@ SET(REQUIRED_PKGS capi-network-wifi-direct capi-system-info capi-system-runtime-info - capi-network-wifi capi-system-device db-util #END_START_PUBLIC_REMOVED_STRING diff --git a/packaging/org.tizen.music-player.spec b/packaging/org.tizen.music-player.spec index 372730c..8be0b5a 100755 --- a/packaging/org.tizen.music-player.spec +++ b/packaging/org.tizen.music-player.spec @@ -48,7 +48,6 @@ BuildRequires: pkgconfig(capi-web-url-download) BuildRequires: pkgconfig(notification) BuildRequires: pkgconfig(libcore-context-manager) BuildRequires: pkgconfig(capi-system-runtime-info) -BuildRequires: pkgconfig(capi-network-wifi) BuildRequires: pkgconfig(capi-network-wifi-direct) BuildRequires: pkgconfig(capi-system-device) diff --git a/sound-player/CMakeLists.txt b/sound-player/CMakeLists.txt index a664374..d88daed 100755 --- a/sound-player/CMakeLists.txt +++ b/sound-player/CMakeLists.txt @@ -51,7 +51,6 @@ pkg_check_modules(sp_pkgs REQUIRED libcore-context-manager capi-system-info capi-system-runtime-info - capi-network-wifi capi-web-url-download sqlite3 db-util -- 2.34.1