message-port: Add explicit check for capi-appfw-app-manager 95/12495/1 accepted/tizen/20131118.180408 accepted/tizen/20131118.182136 submit/tizen/20131118.151500
authorRusty Lynch <rusty.lynch@intel.com>
Fri, 15 Nov 2013 23:32:39 +0000 (15:32 -0800)
committerRusty Lynch <rusty.lynch@intel.com>
Fri, 15 Nov 2013 23:32:39 +0000 (15:32 -0800)
Change-Id: I4d3248f22aec0fdc21e8ce6bdfa8ec81e60050f6
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
src/MessagePort/CMakeLists.txt

index 1da5ba5..914eb7c 100644 (file)
@@ -3,7 +3,7 @@ SET(DESTINATION_NAME ${messageport_dest})
 SET(TARGET_IMPL_NAME ${messageport_impl})
 
 IF(ENABLE_OPTIONAL_MSG_PORT)
-PKG_CHECK_MODULES(platform_pkgs_messageport REQUIRED message-port)
+PKG_CHECK_MODULES(platform_pkgs_messageport REQUIRED message-port capi-appfw-app-manager)
 
 INCLUDE_DIRECTORIES(
        ${INCLUDE_COMMON}