Remove unnecessary dependency from pc file
authorJungki Kwak <jungki.kwak@samsung.com>
Wed, 11 Sep 2013 05:59:57 +0000 (14:59 +0900)
committerJungki Kwak <jungki.kwak@samsung.com>
Wed, 11 Sep 2013 10:27:16 +0000 (19:27 +0900)
[model] Redwood
[binary_type] AP
[customer] N/A
[issue#] N/A
[problem] N/A
[cause] N/A
[solution] Remove unnecessary dependency from pc file
[team] Web
[request] N/A
[horizontal_expansion] N/A

modified:   CMakeLists.txt

Change-Id: I1d5bf46745eda593036c115e7798b14634dd1356

CMakeLists.txt

index b2cdb23..585606f 100644 (file)
@@ -14,7 +14,7 @@ INCLUDE_DIRECTORIES(${INC_DIR})
 
 SET(requires "dlog capi-base-common download-provider-interface")
 MESSAGE(STATUS "PACKAGES : ${requires}")
-SET(pc_requires "capi-base-common capi-appfw-application bundle")
+SET(pc_requires "capi-base-common bundle")
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(${fw_name} REQUIRED ${requires})