From 0100f08b37c928fd7fb83a460cb0d19bee909ea5 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 14:57:58 +0200 Subject: fbida: add dependency on curl libungif tiff * it's autodetected from sysroot * GNUMakefile doesn't allow to use PACKAGECONFIG to explicitly disable them Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/fbida/fbida_2.09.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.09.bb b/meta-oe/recipes-graphics/fbida/fbida_2.09.bb index aa4c1caf20..24100eeacd 100644 --- a/meta-oe/recipes-graphics/fbida/fbida_2.09.bb +++ b/meta-oe/recipes-graphics/fbida/fbida_2.09.bb @@ -6,7 +6,7 @@ SECTION = "utils" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" -DEPENDS = "virtual/libiconv libpng jpeg fontconfig freetype libexif" +DEPENDS = "virtual/libiconv libpng jpeg fontconfig freetype libexif curl libungif tiff" SRC_URI = "git://git.kraxel.org/fbida" SRCREV = "cb0ce5fa5f42bfaea4f8f326bcd8914dd14e782d" -- cgit 1.2.3-korg