mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user