Rebuild with tesseract

This commit is contained in:
2026-06-21 12:09:30 +03:00
parent 4202e3d8bc
commit 70696b1e2c
2 changed files with 8 additions and 4 deletions
+5 -3
View File
@@ -11,7 +11,10 @@ prepare() {
cat > user.make <<-EOF
LINUX_OR_OPENBSD := yes
USE_SYSTEM_LIBS := yes
USE_SYSTEM_CURL := yes
USE_SYSTEM_FREETYPE := yes
USE_SYSTEM_GLUT := yes
USE_SYSTEM_GUMBO := no
USE_SYSTEM_HARFBUZZ := yes
USE_SYSTEM_JBIG2DEC := yes
USE_SYSTEM_JPEGXR := yes
@@ -20,11 +23,10 @@ USE_SYSTEM_LEPTONICA := yes
USE_SYSTEM_LIBJPEG := yes
USE_SYSTEM_MUJS := no
USE_SYSTEM_OPENJPEG := yes
USE_SYSTEM_TESSERACT := yes
USE_SYSTEM_ZLIB := yes
USE_SYSTEM_GLUT := yes
USE_SYSTEM_CURL := yes
USE_SYSTEM_GUMBO := no
USE_SYSTEM_ZXINGCPP := yes
USE_TESSERACT := yes
EOF
}