From d49a04c939bcb5ebadba3138dd52c2852700806b Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 22 Aug 2014 12:05:39 +0200 Subject: [PATCH] sane: depends on cups libs. --- lfs/sane | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/sane b/lfs/sane index 842b548461..39b9603b5b 100644 --- a/lfs/sane +++ b/lfs/sane @@ -33,9 +33,9 @@ DIR_APP = $(DIR_SRC)/sane-backends-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = sane -PAK_VER = 3 +PAK_VER = 4 -DEPS = "libtiff" +DEPS = "cups libtiff" ############################################################################### # Top-level Rules -- 2.39.2