From 6b3470da8576dbd561bf89b21a650e46faf6bf9a Mon Sep 17 00:00:00 2001 From: John Bowler Date: Fri, 23 Sep 2005 22:40:58 +0000 Subject: [PATCH] sane-backends: add gphoto2 to DEPENDS Without this if gphoto2 doesn't get built the sane-backends build fails because, curiously, the libtool hack in the .bb file is *not* required. --- packages/sane-backends/sane-backends_1.0.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sane-backends/sane-backends_1.0.15.bb b/packages/sane-backends/sane-backends_1.0.15.bb index 73e349d576..8d7cff5d39 100644 --- a/packages/sane-backends/sane-backends_1.0.15.bb +++ b/packages/sane-backends/sane-backends_1.0.15.bb @@ -1,7 +1,7 @@ MAINTAINER = "Oyvind Repvik " DESCRIPTION = "Scanner drivers for SANE" PR = "r4" -DEPENDS = "jpeg libusb" +DEPENDS = "gphoto2 jpeg libusb" LICENCE = "LGPL" SRC_URI = "ftp://ftp.sane-project.org/pub/sane/sane-backends-${PV}/sane-backends-${PV}.tar.gz \ -- 2.39.5