add requires in pc file to fix build break. 55/61655/2 accepted/tizen/common/20160324.084231 accepted/tizen/ivi/20160324.131634 accepted/tizen/mobile/20160324.132917 accepted/tizen/tv/20160324.132737 accepted/tizen/wearable/20160324.132701 submit/tizen/20160323.235918
authorJiwoong Im <jiwoong.im@samsung.com>
Wed, 9 Mar 2016 10:41:38 +0000 (19:41 +0900)
committerSemun Lee <sm79.lee@samsung.com>
Wed, 23 Mar 2016 09:01:55 +0000 (02:01 -0700)
Change-Id: Id3ed824d5117d23110f7ce850ee65ab278c8dace
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
CMakeLists.txt

index 5ea4bbf..67e40d7 100644 (file)
@@ -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})