summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-12-29 11:35:40 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-12-29 11:35:40 +0100
commit343071cc6ab69169312ae04a7888cd55a79395d0 (patch)
tree0e5afec6f842e25c6acc7f55141e00ca38174c4b /CONTRIBUTORS
parent9f60bd2fc401c0d195e2a55f24e0e09ec17bb824 (diff)
downloadvdr-343071cc6ab69169312ae04a7888cd55a79395d0.tar.gz
vdr-343071cc6ab69169312ae04a7888cd55a79395d0.tar.bz2
The include path to the freetype2 header files is now retrieved via a call to 'pkg-config --cflags freetype2'
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index c84a1e8d..fd06cd2a 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -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'