InfiniTimeOrg / InfiniTimeOrg/InfiniTime
Issue a warning if patch executable isnt available
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 3.4k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
Verification
- I searched for similar issues (including closed issues) and found none was relevant.
Introduce the issue
The creation of fonts requires the patch executable to be available in addition to the lv_font_conv executable.
It is available per default on most Linux distributions but not all.
Preferred solution
We should check if it is available and at least issue a warning in CMake if it wasn't found in path
Version
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the CMake configuration for font creation and inspect how the lv_font_conv executable is currently checked. Verify how CMake can detect the patch executable, then confirm the configuration emits a warning when patch is unavailable while preserving the existing behavior when it is present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100