Commit Graph

3 Commits

Author SHA1 Message Date
hasufell 25913e5e60 BUILD: fix cmake list parsing
because cmake is unable to parse it's own lists properly
2014-01-03 16:15:14 +01:00
hasufell bacb1ccd00 BUILD: prefer pkg-config for freetype2 detection
This can solve numerous problems such as:
http://www.cmake.org/Bug/view.php?id=13959
http://www.cmake.org/Bug/view.php?id=14601

If pkg-config or freetype2.pc is not found, then fall back to the
FindFreetype.cmake module logic.

Restrict to UNIX since I only tested it here.
2014-01-03 16:12:40 +01:00
Ilya Zhuravlev 30b9a4d6b4 Add Freetype support 2013-02-14 18:46:08 +01:00