From: Piotr Kosko/Engineer/Native/Web API (PLT) /SRPOL/Samsung Electronics
Date: Mon, 28 Oct 2019 08:10:02 +0000 (+0100)
Subject: [Spec] Fixed build fail for non arm and i586 architectures
X-Git-Tag: submit/tizen/20191028.082529^0
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ce16b2967c496792eed18148792b869a5f2bb9b;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git
[Spec] Fixed build fail for non arm and i586 architectures
Related projects:
github.sec.samsung.net:tizen/webapi-plugins-teec.git
review.tizen.org:29418/platform/core/api/cordova-plugins
fails during the build in case of architectures: x86_64,aarch64,x86_64
[verification] With this fix, related projects are buildable for 64-bit
architectures
Change-Id: I36759e460cb68dc94da0c6843f2995c33795ba03
---
diff --git a/packaging/webapi-plugins.pc.in b/packaging/webapi-plugins.pc.in
index 747a9663..e9cade25 100644
--- a/packaging/webapi-plugins.pc.in
+++ b/packaging/webapi-plugins.pc.in
@@ -1,6 +1,6 @@
project_name=webapi-plugins
-libdir=/usr/lib/tizen-extensions-crosswalk
-includedir=/usr/include/webapi-plugins/src
+libdir=__LIB_DIR__
+includedir=__INCLUDE_DIR__
Name: ${project_name}
Description: ${project_name}