From 46554603fc9ae5f46c5d6b5c599ad4d2559bd7ab Mon Sep 17 00:00:00 2001 From: Christian Hitz Date: Tue, 24 Feb 2015 15:35:12 +0100 Subject: [PATCH] RapidJSON.pc.in: include dir not set Variable in wrong format is not replaced --- RapidJSON.pc.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RapidJSON.pc.in b/RapidJSON.pc.in index be4f788..7467f97 100644 --- a/RapidJSON.pc.in +++ b/RapidJSON.pc.in @@ -1,4 +1,7 @@ +includedir=@INCLUDE_INSTALL_DIR@ + Name: @PROJECT_NAME@ -Description: RapidJSON is a JSON parser and generator for C++ inspired by RapidXml. +Description: A fast JSON parser/generator for C++ with both SAX/DOM style API Version: @LIB_VERSION_STRING@ +URL: https://github.com/miloyip/rapidjson Cflags: -I${includedir}