Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various cross improvements #142415

Merged
merged 4 commits into from
Oct 26, 2021
Merged

Various cross improvements #142415

merged 4 commits into from
Oct 26, 2021

Commits on Oct 26, 2021

  1. libotf: fix cross-compilation by applying a patch from debian

    patch makes it so that pkg-config is used to find the avaibility of the
    freetype library instead of the freetype-config binary
    Artturin committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    be3d12d View commit details
    Browse the repository at this point in the history
  2. m17n-db: fix cross-compilation

    enable strictDeps
    had to add gawk and bash as there are some scripts with the sh shebang and
    gawk shebang
    Artturin committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    c5ef7d7 View commit details
    Browse the repository at this point in the history
  3. m17n-lib: fix cross-compilation

    without reconf the build fails with
    
    ./configure: line 21532: syntax error near unexpected token `ANTHY,'
    ./configure: line 21532: `PKG_CHECK_MODULES(ANTHY, anthy, HAVE_ANTHY=yes, HAVE_ANTHY=no)'
    Artturin committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    a354a24 View commit details
    Browse the repository at this point in the history
  4. libotf: format

    SuperSandro2000 authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    e937fd5 View commit details
    Browse the repository at this point in the history