veandco / go-sdl2

SDL2 binding for Go
https://godoc.org/github.com/veandco/go-sdl2
BSD 3-Clause "New" or "Revised" License
2.21k stars 221 forks source link

Use correct pkg-config package for SDL2_ttf. #411

Closed athas closed 5 years ago

athas commented 5 years ago

In almost all systems, the header files for SDL2 and SDL2_ttf will live in the same directory, and then this typo is benign. On some weird systems (I'll be honest: it's NixOS), the directories are different, and then we have to get it right.

veeableful commented 5 years ago

Thank you for testing it on different systems and making it work! I'll merge this PR.