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

freetype header "config/ftoption.h" does not match with build #25

Closed
pkrcel opened this issue Apr 2, 2014 · 2 comments
Closed

freetype header "config/ftoption.h" does not match with build #25

pkrcel opened this issue Apr 2, 2014 · 2 comments

Comments

@pkrcel
Copy link

pkrcel commented Apr 2, 2014

mingw-w64-{both_archs}-freetype is built with the following dependencies

$ pkg-config --libs freetype2
-L/mingw64/lib -lfreetype -lbz2 -lpng16 -lz -lharfbuzz

but the installed /include/freetype2/config/ftoption.h does not match those options, bzip2, png, harfbuzz #includes are all commented out.

I'd like to use CMAKE to identify those optional dependencies w/o resorting to use pkg-config, and parsing that file could be a solution.

@Alexpux
Copy link
Member

Alexpux commented Apr 2, 2014

Ok. Will see today.

@Alexpux
Copy link
Member

Alexpux commented Apr 2, 2014

fixed by 39666cf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants