mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
tesseract-ocr: fix typo in variable name
TESSERACT_OCF_CONF_OPTS
^
Found using [1]:
check-package --include-only TypoInPackageVariable $(find * -type f)
and manually fixed.
[1] http://patchwork.ozlabs.org/patch/729672/
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
729f4701db
commit
a51b54fba9
@@ -20,7 +20,7 @@ TESSERACT_OCR_DEPENDENCIES = leptonica host-pkgconf
|
||||
TESSERACT_OCR_INSTALL_STAGING = YES
|
||||
TESSERACT_OCR_CONF_ENV = \
|
||||
LIBLEPT_HEADERSDIR=$(STAGING_DIR)/usr/include/leptonica
|
||||
TESSERACT_OCF_CONF_OPTS = \
|
||||
TESSERACT_OCR_CONF_OPTS = \
|
||||
--disable-opencl
|
||||
|
||||
# Language data files download
|
||||
|
||||
Reference in New Issue
Block a user