diff options
author | Semun Lee <sm79.lee@samsung.com> | 2014-03-10 17:14:54 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2014-03-10 17:14:54 -0700 |
commit | 273a36f1c8a1485b584301fd033376430c79c73a (patch) | |
tree | 6eaf2f7a122f7839eb1f575195c98f457287b3f4 | |
parent | 084d912cb688c5a9257b3446b2f5f40260d16c6f (diff) | |
parent | d6484b3ad8dad19f2ad26fe8ac2037d241073bd7 (diff) | |
download | ui-gadget-1-accepted/tizen_ivi_panda.tar.gz ui-gadget-1-accepted/tizen_ivi_panda.tar.bz2 ui-gadget-1-accepted/tizen_ivi_panda.zip |
Merge "fix build break remove dependency to capi-system-runtime-info" into tizentizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi_release/20140315.004750submit/tizen/20140312.115113submit/tizen/20140312.102822accepted/tizen/ivi/release/20140315.004529accepted/tizen/ivi/panda/20140312.122302accepted/tizen/ivi/panda/20140312.115513accepted/tizen/ivi/20140312.175555accepted/tizen/generic/20140312.123553tizen_ivi_releasetizen_3.0.2014.q3_commonaccepted/tizen_ivi_releaseaccepted/tizen_ivi_pandaaccepted/tizen_genericaccepted/tizen_3.0.2014.q3_common
-rw-r--r-- | client/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 3bb2d21..2a2a4c0 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -7,7 +7,7 @@ SET(CLIENT_LOCALEDIR /usr/share/locale) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}) INCLUDE(FindPkgConfig) -SET(CLIENT_PKGS_CHECK_MODULES "capi-appfw-application capi-system-runtime-info appcore-efl appsvc bundle edje dlog elementary evas vconf") +SET(CLIENT_PKGS_CHECK_MODULES "capi-appfw-application appcore-efl appsvc bundle edje dlog elementary evas vconf") IF (with_x) PKG_CHECK_MODULES(CLIENT_PKGS REQUIRED ${CLIENT_PKGS_CHECK_MODULES} ecore-x x11) |