From: Michael Tremer Date: Wed, 22 Feb 2017 09:18:43 +0000 (+0000) Subject: cups: Depend on cups-filters X-Git-Tag: v2.19-core110^2~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7861ea5cf71b7ab9edfd5a98ac3fa83911eddf37;p=ipfire-2.x.git cups: Depend on cups-filters Without the filters package, CUPS is faily useless Signed-off-by: Michael Tremer --- diff --git a/lfs/cups b/lfs/cups index 49b275a655..e1311af80a 100644 --- a/lfs/cups +++ b/lfs/cups @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/cups-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cups -PAK_VER = 13 +PAK_VER = 14 -DEPS = "ghostscript" +DEPS = "cups-filters ghostscript" ############################################################################### # Top-level Rules