From 45c584e4cf1b5289f7bc3306f791cec7225dd91a Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Tue, 19 Jul 2016 11:19:42 +0200 Subject: [PATCH] build: don't hardcode /usr in pkgconfig file It will have side effect for cross compiling using yocto Bug: https://bugs.tizen.org/jira/browse/BTY-125 Change-Id: I490fa73901aa4be2db5ca48d183352a2e3483af6 Signed-off-by: Philippe Coval --- appsvc.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appsvc.pc.in b/appsvc.pc.in index 3dde6bf..fdba2fd 100755 --- a/appsvc.pc.in +++ b/appsvc.pc.in @@ -1,6 +1,6 @@ # Package Information for pkg-config -prefix=/usr +prefix=@PREFIX@ exec_prefix=@EXEC_PREFIX@ libdir=@LIBDIR@ includedir=@INCLUDEDIR@ -- 2.7.4