From 3aadadde808974b4621421dd456ba01a81d2ff5c Mon Sep 17 00:00:00 2001 From: wchang kim Date: Tue, 26 Dec 2023 21:35:59 +0900 Subject: [PATCH] Fixed the build error of cordova and libteec for riscv64 Change-Id: I3f8804ca61294fec507bba72a549475dcbf5f204 --- packaging/webapi-plugins.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/webapi-plugins.pc.in b/packaging/webapi-plugins.pc.in index e9cade2..ad7a908 100644 --- a/packaging/webapi-plugins.pc.in +++ b/packaging/webapi-plugins.pc.in @@ -5,6 +5,6 @@ includedir=__INCLUDE_DIR__ Name: ${project_name} Description: ${project_name} Version: -Requires: dbus-1 dlog glib-2.0 +Requires: dbus-1 dlog glib-2.0 push Libs: -L${libdir} -ltizen_common Cflags: -I${includedir} -- 2.7.4