From 37cb31afc9553e4954347ed9004936c0c1414b3d Mon Sep 17 00:00:00 2001 From: "zdenop@gmail.com" Date: Wed, 2 Jan 2013 12:53:48 +0000 Subject: [PATCH] Sanitise pkg-config file (issue 817) git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@817 d0cd1f9f-072b-0410-8dd7-cf729c803f20 --- tesseract.pc.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tesseract.pc.in b/tesseract.pc.in index 1442fa9e..485e1b48 100644 --- a/tesseract.pc.in +++ b/tesseract.pc.in @@ -10,6 +10,7 @@ Name: @PACKAGE_NAME@ Description: An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google. URL: https://code.google.com/p/tesseract-ocr Version: @VERSION@ -# Requires: lept ## leptonica do not provide lept.pc -Libs: -L${libdir} -ltesseract @LDFLAGS@ @LIBS@ -Cflags: -I${includedir} @CFLAGS@ @CPPFLAGS@ @CXXFLAGS@ @DEFS@ +# Requires.private: lept +Libs: -L${libdir} -ltesseract +Libs.private: -lpthread -llept +Cflags: -I${includedir}