Add dependency to appinfo package. 24/10524/1 accepted/tizen/20131007.173229 accepted/tizen/20131007.232115 submit/tizen/20131007.173547
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 30 Sep 2013 14:09:22 +0000 (16:09 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 3 Oct 2013 07:33:25 +0000 (09:33 +0200)
This dependecy is neccessary for proper
pkgconfig functionality.

Change-Id: I58f031bfd32089080fe654cf0d49ad6cd48f4590
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
src/appfw/CMakeLists.txt

index 4566efb..d9767b4 100644 (file)
@@ -48,6 +48,7 @@ TARGET_LINK_LIBRARIES( ${this_target} ${STATIC_LIBS})
 TARGET_LINK_LIBRARIES(${this_target} "-ldl" )
 TARGET_LINK_LIBRARIES(${this_target} "-lpthread" )
 TARGET_LINK_LIBRARIES(${this_target} "-lrt" )
+TARGET_LINK_LIBRARIES(${this_target} "-lappinfo" )
 #TARGET_LINK_LIBRARIES(${this_target} "-ldukgenerator" )
 #TARGET_LINK_LIBRARIES(${this_target} "-lcryptsvc" )
 TARGET_LINK_LIBRARIES(${this_target} "-lprivacy-manager-client" )
@@ -63,6 +64,7 @@ SET_TARGET_PROPERTIES(${this_target}
 )
 
 SET(PC_NAME ${this_target})
+SET(pc_requires "appinfo")
 SET(PC_REQUIRED ${pc_requires})
 SET(PC_LDFLAGS -l${this_target})
 SET(VERSION ${FULLVER})