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

Fix build problems: Find wine and freetype headers #22

Merged
merged 2 commits into from
Jan 15, 2014

Conversation

lukas-w
Copy link
Member

@lukas-w lukas-w commented Jan 15, 2014

Fltk in ZynAddSubFx module can't locate freetype headers (specifically ft2build.h) if they are not in /usr/include. Fixed by using output variable of FindFreetype.cmake.

Finding wine didn't work for me and the current (5-year-old) script to locate it looked weird and unusual to me. I replaced it using a find module. I guess this is the more convenient approach.

In cases where the freetype headers are not in /usr/include, fltk wouldn't find ft2build.h.
Old CheckLibraryExists implementation didn't work on my system.
A find module should be better and also easier to maintain.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants