summaryrefslogtreecommitdiffstats
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 0731902d8..62008dfb3 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/"
10SECTION = "libs" 10SECTION = "libs"
11LICENSE = "GD" 11LICENSE = "GD"
12LIC_FILES_CHKSUM = "file://COPYING;md5=c97638cafd3581eb87abd37332137669" 12LIC_FILES_CHKSUM = "file://COPYING;md5=c97638cafd3581eb87abd37332137669"
13DEPENDS = "freetype libpng jpeg zlib tiff libvpx" 13DEPENDS = "freetype libpng jpeg zlib tiff"
14 14
15SRC_URI = "https://bitbucket.org/libgd/gd-libgd/downloads/libgd-${PV}.tar.bz2 \ 15SRC_URI = "https://bitbucket.org/libgd/gd-libgd/downloads/libgd-${PV}.tar.bz2 \
16" 16"
@@ -26,7 +26,9 @@ EXTRA_OECONF += " --disable-rpath \
26 --with-freetype=yes \ 26 --with-freetype=yes \
27 --without-fontconfig \ 27 --without-fontconfig \
28 --without-xpm \ 28 --without-xpm \
29 --without-x" 29 --without-x \
30 --without-vpx \
31 "
30 32
31EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' 33EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
32 34