From 0ea6467344e3e60f190ee419233d8d8c0fdbcd1e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 10 Aug 2014 15:02:10 +0200 Subject: gd: add dependency on libvpx * fixes floating dependency: gd-2.1.0: gd rdepends on libvpx but it isn't a build dependency? [build-deps] Signed-off-by: Martin Jansa --- meta-oe/recipes-support/gd/gd_2.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/gd/gd_2.1.0.bb b/meta-oe/recipes-support/gd/gd_2.1.0.bb index 4bc9867c9d..f03b9b08b8 100644 --- a/meta-oe/recipes-support/gd/gd_2.1.0.bb +++ b/meta-oe/recipes-support/gd/gd_2.1.0.bb @@ -10,7 +10,7 @@ HOMEPAGE = "http://libgd.bitbucket.org/" SECTION = "libs" LICENSE = "GD" LIC_FILES_CHKSUM = "file://COPYING;md5=c97638cafd3581eb87abd37332137669" -DEPENDS = "freetype libpng jpeg zlib tiff" +DEPENDS = "freetype libpng jpeg zlib tiff libvpx" SRC_URI = "https://bitbucket.org/libgd/gd-libgd/downloads/libgd-${PV}.tar.bz2 \ file://fix-the-subdir-objects-error.patch \ -- cgit 1.2.3-korg