mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
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:
parent
5947f3da38
commit
37cb31afc9
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user