From 7861ea5cf71b7ab9edfd5a98ac3fa83911eddf37 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 22 Feb 2017 09:18:43 +0000 Subject: [PATCH] cups: Depend on cups-filters Without the filters package, CUPS is faily useless Signed-off-by: Michael Tremer --- lfs/cups | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/cups b/lfs/cups index 49b275a65..e1311af80 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