diff options
| author | Lily <47812810+wangli28@users.noreply.github.com> | 2019-07-25 01:39:27 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-07-24 10:39:27 -0700 |
| commit | cf32345161b2a941f0867973bcfb3edf0e1d37a2 (patch) | |
| tree | 05582a4c3e64d95e2db33e89727b97d2dd01d710 /ports/tesseract/CONTROL | |
| parent | facd998c44581cf72f63e121f43118888a3aa0f9 (diff) | |
| download | vcpkg-cf32345161b2a941f0867973bcfb3edf0e1d37a2.tar.gz vcpkg-cf32345161b2a941f0867973bcfb3edf0e1d37a2.zip | |
[tesseract[training_tools]] Fix build error (#7360)
Diffstat (limited to 'ports/tesseract/CONTROL')
| -rw-r--r-- | ports/tesseract/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/tesseract/CONTROL b/ports/tesseract/CONTROL index 3f04dcf96..a31493e76 100644 --- a/ports/tesseract/CONTROL +++ b/ports/tesseract/CONTROL @@ -1,12 +1,12 @@ Source: tesseract
-Version: 4.1.0
+Version: 4.1.0-1
Homepage: https://github.com/tesseract-ocr/tesseract
Description: An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.
Build-Depends: leptonica
Feature: training_tools
Description: build training tools
-Build-Depends: icu
+Build-Depends: icu, pango, cairo, fontconfig
Feature: cpu_independed
Description: build on any cpu extension commands support
|
