From 001481edf3adb5f0848d610be81163ab0a40a43b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 24 Feb 2019 04:04:51 +0000 Subject: [PATCH] cups: Depends on bluetooth library Signed-off-by: Michael Tremer --- lfs/cups | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/cups b/lfs/cups index 16da970ea0..dfa41188c3 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 = 17 +PAK_VER = 18 -DEPS = "avahi cups-filters dbus ghostscript krb5 libtiff" +DEPS = "avahi bluetooth cups-filters dbus ghostscript krb5 libtiff" ############################################################################### # Top-level Rules -- 2.39.2