From: Ronan Le Martret Date: Tue, 14 Oct 2014 09:43:29 +0000 (+0200) Subject: remove hard coded path to pkg-config pc file X-Git-Tag: submit/tizen/20160803.081834~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b52ff793cd096514cbe79b76f2c3b13a397b77c;p=platform%2Fcore%2Fapi%2Fsystem-info.git remove hard coded path to pkg-config pc file - we need to generate the pc file with cmake macro for yocto native build. Change-Id: I807a5c8e8d04cd5af22c9c188a3067291426239a Signed-off-by: Ronan Le Martret --- diff --git a/capi-system-info.pc.in b/capi-system-info.pc.in index 1d79ad0..b46c6e3 100755 --- a/capi-system-info.pc.in +++ b/capi-system-info.pc.in @@ -2,9 +2,9 @@ # Package Information for pkg-config prefix=@PREFIX@ -exec_prefix=/usr +exec_prefix=@CMAKE_INSTALL_PREFIX@ libdir=@LIB_INSTALL_DIR@ -includedir=/usr/include/system +includedir=@INCLUDE_INSTALL_DIR@/system Name: @PC_NAME@ Description: @PACKAGE_DESCRIPTION@