diff options
| author | NancyLi1013 <lirui09@beyondsoft.com> | 2019-12-09 18:58:12 -0800 |
|---|---|---|
| committer | NancyLi1013 <lirui09@beyondsoft.com> | 2019-12-09 18:59:35 -0800 |
| commit | d94d12ca7434ee97e4abcfbccd7c65cb7d39f16a (patch) | |
| tree | f7697a0ceef6ed72f42fb5cb15fa33325ed0d109 /ports/tesseract/CONTROL | |
| parent | beacecf48de4ad023be4f7b0e75d979d00f8b16c (diff) | |
| download | vcpkg-d94d12ca7434ee97e4abcfbccd7c65cb7d39f16a.tar.gz vcpkg-d94d12ca7434ee97e4abcfbccd7c65cb7d39f16a.zip | |
[tesseract] Fix feature name and build error
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 775452089..870515f69 100644 --- a/ports/tesseract/CONTROL +++ b/ports/tesseract/CONTROL @@ -1,12 +1,12 @@ Source: tesseract -Version: 4.1.0-3 +Version: 4.1.0-4 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, pango, cairo, fontconfig +Build-Depends: icu, pango, cairo, fontconfig Feature: cpu_independed Description: build on any cpu extension commands support |
