From: Jiwoong Im Date: Wed, 9 Mar 2016 10:41:38 +0000 (+0900) Subject: add requires in pc file to fix build break. X-Git-Tag: submit/tizen/20170725.231500~6^2~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a6d556799df4263cf1f230ba886a2b5d760bf27;p=platform%2Fcore%2Fapi%2Fpreference.git add requires in pc file to fix build break. Change-Id: Id3ed824d5117d23110f7ce850ee65ab278c8dace Signed-off-by: Jiwoong Im --- 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})