Sync with the renamed packages of app-history & sensor-recorder 22/119222/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 16 Mar 2017 04:58:07 +0000 (13:58 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 16 Mar 2017 04:58:07 +0000 (13:58 +0900)
Change-Id: I285aaf1a0376cb5dbc613043434e887934bd819e
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
CMakeLists.txt
packaging/context-service.spec

index 6d7163c..6b85c19 100644 (file)
@@ -6,8 +6,8 @@ SET(target "contextd")
 
 SET(DEPS "libsystemd-login glib-2.0 gio-2.0 dlog capi-base-common alarm-service")
 SET(DEPS "${DEPS} context-common-server")
-SET(DEPS "${DEPS} app-history-server")
-SET(DEPS "${DEPS} sensor-recorder-server")
+SET(DEPS "${DEPS} context-app-history-server")
+SET(DEPS "${DEPS} context-sensor-recorder-server")
 SET(DEPS "${DEPS} context-store-server")
 
 FILE(GLOB_RECURSE SRCS src/*.cpp)
index cbe59f8..fab54bb 100644 (file)
@@ -17,8 +17,8 @@ BuildRequires: pkgconfig(capi-base-common)
 BuildRequires: pkgconfig(alarm-service)
 
 BuildRequires: pkgconfig(context-common-server)
-BuildRequires: pkgconfig(app-history-server)
-BuildRequires: pkgconfig(sensor-recorder-server)
+BuildRequires: pkgconfig(context-app-history-server)
+BuildRequires: pkgconfig(context-sensor-recorder-server)
 BuildRequires: pkgconfig(context-store-server)
 
 %description