From 9825fe4f69e44aa94e6cc973a5c3c33bb68b2180 Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Tue, 26 Jan 2016 12:01:13 +0900 Subject: [PATCH] Add a dependency for jsoncpp Change-Id: I6418687109d11ee20f788a51102309235855b4e6 --- packaging/xwalk-extensions-common.spec | 1 + xwalk-extensions-common.pc.in | 1 + 2 files changed, 2 insertions(+) diff --git a/packaging/xwalk-extensions-common.spec b/packaging/xwalk-extensions-common.spec index 9d4567d..26d3f21 100644 --- a/packaging/xwalk-extensions-common.spec +++ b/packaging/xwalk-extensions-common.spec @@ -21,6 +21,7 @@ Requires: %{name} = %{version}-%{release} Requires: python Requires: sed Requires: cpp +Requires: pkgconfig(jsoncpp) Provides: gyp_xwext Provides: xwalk-gyp diff --git a/xwalk-extensions-common.pc.in b/xwalk-extensions-common.pc.in index 29e732e..0c50193 100644 --- a/xwalk-extensions-common.pc.in +++ b/xwalk-extensions-common.pc.in @@ -5,5 +5,6 @@ includedir=@INCLUDEDIR@ Name: xwalk-extensions-common Description: Common libraries for Xwalk Extensions Version: @VERSION@ +Requries: jsoncpp Libs: -L${libdir} -lxwalk-extensions-common Cflags: -I${includedir} -- 2.34.1