From: Chang Joo Lee Date: Thu, 21 Jan 2021 04:11:18 +0000 (+0900) Subject: halapi: Fix pkgconfig .pc file about libdir X-Git-Tag: submit/tizen/20210121.041820^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3cf50c793cfacd86070409222b851a718c885c80;p=platform%2Fhal%2Fapi%2Fcommon.git halapi: Fix pkgconfig .pc file about libdir The commit e4c687e484e1 ("packaging: Remove redundant separator") has missed the update of .pc file. This patch fix the wrong path issue. Change-Id: I26847c506dcd801030ed616822fccca8595f97ef Fixes: e4c687e484e1 ("packaging: Remove redundant separator") Signed-off-by: Chang Joo Lee Signed-off-by: Chanwoo Choi --- diff --git a/hal-api-common.pc b/hal-api-common.pc index 5a281de..782a604 100644 --- a/hal-api-common.pc +++ b/hal-api-common.pc @@ -3,7 +3,7 @@ package_name=hal-api-common prefix=@PREFIX@ exec_prefix=@EXEC_PREFIX@/hal -libdir=@LIBDIR@hal +libdir=@LIBDIR@/hal includedir=@INCLUDEDIR@/hal Name: ${package_name}