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

Restore pkg-config / dynamic linking support #109

Merged
merged 1 commit into from
Mar 19, 2023
Merged

Restore pkg-config / dynamic linking support #109

merged 1 commit into from
Mar 19, 2023

Conversation

decathorpe
Copy link
Contributor

This is a partial revert of PR #106 which seems to have accidentally dropped support for using pkg-config / dynamically linking with system libfreetype.

Compared to the pkg-config related code that was removed, the only change I made is updating the minimum required version to "24.3.18" in the pkg-config call - which corresponds to freetype2 v2.12.1 (which is what the bundled version was updated to with the last release).

Fixes #108

@bvssvni
Copy link
Member

bvssvni commented Mar 19, 2023

Merging

@bvssvni bvssvni merged commit 4006337 into PistonDevelopers:master Mar 19, 2023
@bvssvni
Copy link
Member

bvssvni commented Mar 19, 2023

Thanks!

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

Successfully merging this pull request may close these issues.

Support for pkgconfig / dynamically linking with system freetype2 (accidentally?) removed from 0.17.0
3 participants