freetype2 icon indicating copy to clipboard operation
freetype2 copied to clipboard

Make it possible to make Haskell bindings for C libraries that depend on freetype

Open Peaker opened this issue 12 years ago • 5 comments

Add the install-includes needed so that one can make bindings for C libraries that depend on freetype. Otherwise, to make these bindings you have to copy the entire freetype2 C headers into your own bindings' package.

In particular, I am making bindings for freetype-gl so I can use the library with OpenGL portably. (FTGL doesn't build on Windows, at least not easily).

Peaker avatar Dec 09 '12 14:12 Peaker