summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungjae Shin <yj99.shin@samsung.com>2020-08-10 10:45:37 +0900
committerYoungjae Shin <yj99.shin@samsung.com>2020-08-10 10:46:13 +0900
commit5676fe7049e6ef7d831a19b0dfb1ac1265c8a39a (patch)
treed322b09b8ead58d4bb658e5a1fd962bd46d70dbc
parentbd44868535ff9b92457aa4cd91a05c63b320c167 (diff)
downloadmsg-service-5676fe7049e6ef7d831a19b0dfb1ac1265c8a39a.tar.gz
msg-service-5676fe7049e6ef7d831a19b0dfb1ac1265c8a39a.tar.bz2
msg-service-5676fe7049e6ef7d831a19b0dfb1ac1265c8a39a.zip
Change-Id: If3e227ad5b38dc89b3bf23eede7403df8f86a8ef
-rwxr-xr-xplugin/mms_plugin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/mms_plugin/CMakeLists.txt b/plugin/mms_plugin/CMakeLists.txt
index fb6b1ad..89e2734 100755
--- a/plugin/mms_plugin/CMakeLists.txt
+++ b/plugin/mms_plugin/CMakeLists.txt
@@ -41,7 +41,7 @@ INCLUDE_DIRECTORIES(
)
INCLUDE(FindPkgConfig)
-pkg_check_modules(mms_plugin_pkgs REQUIRED glib-2.0 libcurl libsmack vconf dlog capi-network-connection capi-telephony)
+pkg_check_modules(mms_plugin_pkgs REQUIRED glib-2.0 libcurl libsmack vconf dlog capi-network-connection capi-telephony tapi)
FOREACH(flag ${mms_plugin_pkgs_CFLAGS})
SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")