Skip to content

Fix build on recent debian based systems due to lack of freetype-config #97

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

Merged
merged 1 commit into from
May 8, 2020

Conversation

comick
Copy link

@comick comick commented May 1, 2020

freetype-config command is removed from recent Debian based systems (e.g.: Ubuntu 20.04 LTS).
This prevents SmallBASIC from building there.
The change switches to header check instead and uses pkg-config where freetype-config was used.
Tested on Ubuntu 20.04 LTS, cannot say whether the fix works on other targets such as darwin or mingw.

@comick
Copy link
Author

comick commented May 2, 2020

@comick
Copy link
Author

comick commented May 4, 2020

@chrisws any chance to look into this?

@chrisws
Copy link
Contributor

chrisws commented May 4, 2020

It looks good, i will merge soon. I made a similar change in my local branch, but I will overwrite my changes with yours and re-test.
Thanks for the patch!

@chrisws chrisws merged commit adedde2 into smallbasic:master May 8, 2020
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.

2 participants