diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 14:57:58 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-30 11:17:09 +0200 |
commit | 1880933223e180470796c67cb64759224625fb35 (patch) | |
tree | 781d8d8ca907c2e0ca2de2e63eda50d9c4c5d4e0 /meta-oe | |
parent | 59c37fd9ead07cae965922f66cb7a7d15d9ce8eb (diff) | |
download | meta-openembedded-1880933223e180470796c67cb64759224625fb35.tar.gz |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/fbida/fbida_2.09.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.09.bb b/meta-oe/recipes-graphics/fbida/fbida_2.09.bb index aa4c1caf2..24100eeac 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" | |||
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
8 | 8 | ||
9 | DEPENDS = "virtual/libiconv libpng jpeg fontconfig freetype libexif" | 9 | DEPENDS = "virtual/libiconv libpng jpeg fontconfig freetype libexif curl libungif tiff" |
10 | 10 | ||
11 | SRC_URI = "git://git.kraxel.org/fbida" | 11 | SRC_URI = "git://git.kraxel.org/fbida" |
12 | SRCREV = "cb0ce5fa5f42bfaea4f8f326bcd8914dd14e782d" | 12 | SRCREV = "cb0ce5fa5f42bfaea4f8f326bcd8914dd14e782d" |