From 3ce16b2967c496792eed18148792b869a5f2bb9b Mon Sep 17 00:00:00 2001
From: "Piotr Kosko/Engineer/Native/Web API (PLT) /SRPOL/Samsung Electronics"
Date: Mon, 28 Oct 2019 09:10:02 +0100
Subject: [PATCH] [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
---
packaging/webapi-plugins.pc.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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}
--
2.34.1