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

fontconfig: Remove patch for freetype libtool version number #23010

Merged

Commits on Apr 20, 2024

  1. fontconfig: Remove patch for freetype libtool version number

    This patch is a bad workaround for improper versioning in the freetype package.
    This is fixed in the freetype package itself in conan-io#22974.
    jwillikers committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    0fb86d5 View commit details
    Browse the repository at this point in the history
  2. Fix missing conf fontconfig file

    This fixes the following error, which can be seen when running the test package:
    
    ```
    Fontconfig error: Cannot load default config file: No such file: (null)
    ```
    
    This is fixed by installing the fontconfig configuration file.
    It was being installed to the wrong location in the Meson package previously.
    Additionally, don't set `FONTCONFIG_FILE`, but instead append to `FONTCONFIG_PATH` only.
    This works and makes it easier for consumers to opt for the system font directory.
    See conan-io#5782.
    jwillikers committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    4c0fa5a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    7466d5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    103e54b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    ed6f874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85a6b89 View commit details
    Browse the repository at this point in the history