InfiniTimeOrg / InfiniTimeOrg/InfiniTime

Issue a warning if patch executable isnt available

Open
#2,164 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

maintenance
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.