summaryrefslogtreecommitdiff
blob: d206bac1410a315664263a6d2723a3c42ea776fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: tesseract.pc.in
===================================================================
--- tesseract.pc.in	(revision 816)
+++ tesseract.pc.in	(revision 817)
@@ -10,6 +10,7 @@
 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}