From 1a6d556799df4263cf1f230ba886a2b5d760bf27 Mon Sep 17 00:00:00 2001 From: Jiwoong Im Date: Wed, 9 Mar 2016 19:41:38 +0900 Subject: [PATCH] add requires in pc file to fix build break. Change-Id: Id3ed824d5117d23110f7ce850ee65ab278c8dace Signed-off-by: Jiwoong Im --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ea4bbf..67e40d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ SET(INC_DIR include) INCLUDE_DIRECTORIES(${INC_DIR}) SET(requires "dlog bundle appcore-common appcore-efl aul appsvc elementary capi-base-common alarm-service sqlite3 libtzplatform-config pkgmgr-info glib-2.0") -SET(pc_requires "capi-base-common vconf-internal-keys capi-appfw-alarm capi-appfw-app-control capi-appfw-app-common capi-appfw-preference capi-appfw-event") +SET(pc_requires "capi-base-common vconf-internal-keys capi-appfw-alarm capi-appfw-app-control capi-appfw-app-common capi-appfw-preference capi-appfw-event appcore-common libtzplatform-config") INCLUDE(FindPkgConfig) pkg_check_modules(${fw_name} REQUIRED ${requires}) -- 2.7.4