From b37805e76bf15d842bbd5b75b6ed66967ed7a95d Mon Sep 17 00:00:00 2001 From: MyoungJune Park Date: Wed, 3 Apr 2013 20:01:44 +0900 Subject: [PATCH] fixed dependancy issue --- setting-plugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setting-plugin/CMakeLists.txt b/setting-plugin/CMakeLists.txt index ca20635..ec8b0f8 100755 --- a/setting-plugin/CMakeLists.txt +++ b/setting-plugin/CMakeLists.txt @@ -2,7 +2,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include) INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include) INCLUDE(FindPkgConfig) -pkg_check_modules(pkgs_plugin REQUIRED elementary ecore ecore-x edje evas appcore-common appcore-efl ui-gadget-1 capi-appfw-application dlog capi-system-device mdm libxml-2.0) +pkg_check_modules(pkgs_plugin REQUIRED elementary ecore ecore-x edje evas appcore-common appcore-efl ui-gadget-1 capi-appfw-application dlog capi-system-device libxml-2.0) FOREACH(flag ${pkgs_plugin_CFLAGS}) SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}") -- 2.7.4