The include path to the freetype2 header files is now retrieved via a call to 'pkg-config --cflags freetype2'

This commit is contained in:
Klaus Schmidinger
2010-12-29 11:35:40 +01:00
parent 9f60bd2fc4
commit 343071cc6a
3 changed files with 9 additions and 3 deletions

View File

@@ -2646,3 +2646,7 @@ Dominik Strasser <dominik@die-strassers.de>
Joerg Bornkessel <hd_brummy@gentoo.org>
for adding LDFLAGS to the linker calls in the Makefiles
Andreas Oberritter <obi@opendreambox.org>
for suggesting to retrieve the include path to the freetype2 header files
via a call to 'pkg-config --cflags freetype2'