From: Mu-Woong Lee Date: Wed, 12 Apr 2017 01:26:13 +0000 (+0900) Subject: Enable the legacy app/social stats providers X-Git-Tag: submit/tizen/20170413.031950^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc44185b4cd7ee308ecca6ab771a5ae701c34c4e;p=platform%2Fcore%2Fcontext%2Fcontext-provider.git Enable the legacy app/social stats providers Change-Id: Ia85db0d4c46985c4aaad05cfc8eac8aa12e01bdd Signed-off-by: Mu-Woong Lee --- diff --git a/packaging/context-provider.spec b/packaging/context-provider.spec index 3dbd146..f4988ad 100644 --- a/packaging/context-provider.spec +++ b/packaging/context-provider.spec @@ -38,9 +38,9 @@ BuildRequires: pkgconfig(capi-media-sound-manager) # if it is mobile or BASE2 (when we have migrated everything into BASE2, we can remove this if statement) # Common also supports extension mode. %if "%{?BUILD_PROFILE}" != "tv" && "%{?BUILD_PROFILE}" != "wearable" && "%{?BUILD_PROFILE}" != "ivi" -#BuildRequires: pkgconfig(capi-appfw-package-manager) -#BuildRequires: pkgconfig(capi-appfw-application) -#BuildRequires: pkgconfig(capi-appfw-app-manager) +BuildRequires: pkgconfig(capi-appfw-package-manager) +BuildRequires: pkgconfig(capi-appfw-application) +BuildRequires: pkgconfig(capi-appfw-app-manager) BuildRequires: pkgconfig(capi-network-bluetooth) BuildRequires: pkgconfig(pkgmgr) BuildRequires: pkgconfig(pkgmgr-info) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fecf577..a39ccc1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,7 +9,7 @@ ADD_SUBDIRECTORY(system) ADD_SUBDIRECTORY(time) IF("${FEATURES}" STREQUAL "extended") -#ADD_SUBDIRECTORY(app-stats) +ADD_SUBDIRECTORY(app-stats) #ADD_SUBDIRECTORY(battery-stats) ADD_SUBDIRECTORY(call) ADD_SUBDIRECTORY(contacts) @@ -19,6 +19,6 @@ ADD_SUBDIRECTORY(headphone) #ADD_SUBDIRECTORY(media-stats) ADD_SUBDIRECTORY(message) #ADD_SUBDIRECTORY(my-place) -#ADD_SUBDIRECTORY(social-stats) +ADD_SUBDIRECTORY(social-stats) #ADD_SUBDIRECTORY(wifi) ENDIF("${FEATURES}" STREQUAL "extended")