Sanitise pkg-config file (issue 817)

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@817 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
zdenop@gmail.com 2013-01-02 12:53:48 +00:00
parent 5947f3da38
commit 37cb31afc9

View File

@ -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}