From: Arne Fitzenreiter Date: Fri, 22 Aug 2014 10:05:39 +0000 (+0200) Subject: sane: depends on cups libs. X-Git-Tag: v2.15-core82~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d49a04c939bcb5ebadba3138dd52c2852700806b;p=ipfire-2.x.git sane: depends on cups libs. --- 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