koreader / koreader-base

Base framework offering a Lua scriptable environment for creating document readers
http://koreader.rocks/
GNU Affero General Public License v3.0
130 stars 105 forks source link

tesseract: fix pkg-config entry on Android #1841

Closed benoit-pierre closed 2 months ago

benoit-pierre commented 2 months ago

Since we're building a static library, we need to make sure all libraries the shared library would normally link with are forwarded to the pkg-config file, including cpu_features & ndk_compat on Android.

Close koreader/koreader#12098.


This change is Reviewable