diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-04 14:12:49 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-04 14:12:49 +0100 |
commit | 7ab9d4fcfdc847131d0c46a5e3923ae0f0492fdf (patch) | |
tree | 20560428f8a0d70c0d1b0d4eb4e703b06254ebc9 | |
parent | c298ed0330930792caf8b08f9b07262811be3405 (diff) | |
download | vdr-7ab9d4fcfdc847131d0c46a5e3923ae0f0492fdf.tar.gz vdr-7ab9d4fcfdc847131d0c46a5e3923ae0f0492fdf.tar.bz2 |
Removed 'Requires: freetype2 fontconfig' from the vdr.pc target
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 2.19 2011/12/04 14:09:37 kls Exp $ +# $Id: Makefile 2.20 2011/12/04 14:12:49 kls Exp $ .DELETE_ON_ERROR: @@ -122,7 +122,6 @@ vdr.pc: Makefile Make.global @echo "Description: Video Disk Recorder" >> $@ @echo "URL: http://www.tvdr.de/" >> $@ @echo "Version: $(VDRVERSION)" >> $@ - @echo "Requires: freetype2 fontconfig" >> $@ @echo "Cflags: \$${cflags}" >> $@ # Internationalization (I18N): |