Modify pkgconfig file 19/118319/1
authorInkyun Kil <inkyun.kil@samsung.com>
Fri, 10 Mar 2017 04:02:43 +0000 (13:02 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Fri, 10 Mar 2017 04:11:39 +0000 (13:11 +0900)
Because 'capi-appfw-application' package is devided,
the dependency on 'appcore-agent' should be changed.

Change-Id: I51d8be88c2ffe8618b0146c9041b8dd62f966080
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
appcore-agent.pc.in
capi-appfw-service-application.pc.in

index 7b00750..bf8a3e7 100644 (file)
@@ -8,6 +8,6 @@ includedir=@INCLUDE_INSTALL_DIR@/appcore-agent
 Name: appcore-agent
 Description: Service Application Library
 Version: @FULLVER@
-Requires: aul dlog capi-appfw-application
+Requires: aul dlog capi-appfw-app-control capi-appfw-app-common
 Libs: -L${libdir} -lappcore-agent
 Cflags: -I${includedir}
index 7b00750..b6b53e3 100644 (file)
@@ -5,9 +5,9 @@ exec_prefix=@CMAKE_INSTALL_PREFIX@
 libdir=@CMAKE_INSTALL_LIBDIR@
 includedir=@INCLUDE_INSTALL_DIR@/appcore-agent
 
-Name: appcore-agent
+Name: capi-appfw-service-application
 Description: Service Application Library
 Version: @FULLVER@
-Requires: aul dlog capi-appfw-application
+Requires: aul dlog capi-appfw-app-control capi-appfw-app-common
 Libs: -L${libdir} -lappcore-agent
 Cflags: -I${includedir}