aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-08-10 15:02:10 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-11 11:00:40 +0200
commit0ea6467344e3e60f190ee419233d8d8c0fdbcd1e (patch)
tree4aadaf93d40f18a69fee17f57a588cf0412dfe8b
parentbdc5e5bac9e073e23b2ccd848aae7e1110f486d3 (diff)
downloadmeta-openembedded-contrib-0ea6467344e3e60f190ee419233d8d8c0fdbcd1e.tar.gz
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 <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/gd/gd_2.1.0.bb2
1 files changed, 1 insertions, 1 deletions
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 \