From: Michael Tremer Date: Sun, 24 Feb 2019 04:04:51 +0000 (+0000) Subject: cups: Depends on bluetooth library X-Git-Url: http://git.ipfire.org/?p=people%2Fmfischer%2Fipfire-2.x.git;a=commitdiff_plain;h=001481edf3adb5f0848d610be81163ab0a40a43b cups: Depends on bluetooth library Signed-off-by: Michael Tremer --- 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