summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-06-17 11:12:46 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-06-17 11:12:46 +0200
commit79b1c68ffbe11ada50d8e288efc0255eba268185 (patch)
tree1ef8d5b8f3e6c6c993660742060fd47d92926cdc /Makefile
parentb1e0df2b27d8944dbe9f735a2bc09411490d5345 (diff)
downloadvdr-79b1c68ffbe11ada50d8e288efc0255eba268185.tar.gz
vdr-79b1c68ffbe11ada50d8e288efc0255eba268185.tar.bz2
Now using 'fontconfig' to determine which fonts to use
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7f711db4..7aa75f31 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 1.100 2007/05/28 11:22:42 kls Exp $
+# $Id: Makefile 1.101 2007/06/16 10:48:59 kls Exp $
.DELETE_ON_ERROR:
@@ -17,7 +17,7 @@ CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual
LSIDIR = ./libsi
MANDIR = /usr/local/man
BINDIR = /usr/local/bin
-LIBS = -ljpeg -lpthread -ldl -lcap -lfreetype
+LIBS = -ljpeg -lpthread -ldl -lcap -lfreetype -lfontconfig
INCLUDES = -I/usr/include/freetype2
PLUGINDIR= ./PLUGINS