aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gd/gd_2.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/gd/gd_2.1.1.bb')
-rw-r--r--meta-oe/recipes-support/gd/gd_2.1.1.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/gd/gd_2.1.1.bb b/meta-oe/recipes-support/gd/gd_2.1.1.bb
index 0731902d82..62008dfb32 100644
--- a/meta-oe/recipes-support/gd/gd_2.1.1.bb
+++ b/meta-oe/recipes-support/gd/gd_2.1.1.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 libvpx"
+DEPENDS = "freetype libpng jpeg zlib tiff"
SRC_URI = "https://bitbucket.org/libgd/gd-libgd/downloads/libgd-${PV}.tar.bz2 \
"
@@ -26,7 +26,9 @@ EXTRA_OECONF += " --disable-rpath \
--with-freetype=yes \
--without-fontconfig \
--without-xpm \
- --without-x"
+ --without-x \
+ --without-vpx \
+ "
EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'