sane-backends: add gphoto2 to DEPENDS
authorJohn Bowler <jbowler@nslu2-linux.org>
Fri, 23 Sep 2005 22:40:58 +0000 (22:40 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 23 Sep 2005 22:40:58 +0000 (22:40 +0000)
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

index 73e349d..8d7cff5 100644 (file)
@@ -1,7 +1,7 @@
 MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>"
 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 \