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

First shot at freetype. Only tested on Win64, hope for build reports … #452

Merged
merged 5 commits into from
Aug 28, 2017

Commits on Aug 25, 2017

  1. First shot at freetype. Only tested on Win64, hope for build reports …

    …on other archs.
    
    Signed-off-by: Michael Fritscher <michael.fritscher@telematik-zentrum.de>
    Michael Fritscher committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    3c10150 View commit details
    Browse the repository at this point in the history
  2. Switch to new version

    Michael Fritscher committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    18d23d2 View commit details
    Browse the repository at this point in the history
  3. Fix Crossbuild

    Signed-off-by: Michael Fritscher <michael.fritscher@telematik-zentrum.de>
    Michael Fritscher committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    de0362d View commit details
    Browse the repository at this point in the history
  4. Explizitly disable harfbuzz, which is miss-detected under linux/andro…

    …id, and png, which seems to be missconfigured under armhf on travis (tries to use hosts libpng, which can't find zlib...)
    Michael Fritscher committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    df3cf2c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2017

  1. Workaround for missing pkg-config applied. It was not needed for MacO…

    …S X and Windows for travis, but for Android.
    
    Applied also too MacOS X and Windows "just in case", ie. other build environments.
    Michael Fritscher committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    5e8dabf View commit details
    Browse the repository at this point in the history