From 45b15ab3deca183a070d6df98d0a15b94aa02b58 Mon Sep 17 00:00:00 2001 From: Jiwoong Im Date: Wed, 15 Apr 2015 16:51:40 +0900 Subject: [PATCH] Remove notification dependency. Jira ticket : TC-2496 Change-Id: I94d80b2c4c7c024593fa6f6be5b0fbbf837f5ad4 Signed-off-by: Jiwoong Im --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df7f5df..2037196 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ SET(PREFIX ${CMAKE_INSTALL_PREFIX}) SET(INC_DIR include) INCLUDE_DIRECTORIES(${INC_DIR}) -SET(requires "dlog bundle appcore-common appcore-efl aul ail appsvc notification elementary capi-base-common alarm-service sqlite3 libtzplatform-config") +SET(requires "dlog bundle appcore-common appcore-efl aul ail appsvc elementary capi-base-common alarm-service sqlite3 libtzplatform-config") SET(pc_requires "capi-base-common vconf-internal-keys") INCLUDE(FindPkgConfig) -- 2.7.4