vdr: removed fontconfig dependency.

This commit is contained in:
Arne Fitzenreiter
2012-10-26 09:15:46 +02:00
parent beecbb59a3
commit f3ff274827

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
# Copyright (C) 2007-2012 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -38,7 +38,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = vdr
PAK_VER = 5
DEPS = "freefont fontconfig"
DEPS = "freefont"
###############################################################################
# Top-level Rules