[oe-commits] Roman I Khimov : gd: build with freetype support

git version control git at git.openembedded.org
Fri Apr 9 11:14:21 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 56083e9b320c96f45a8a8756b2e7a0e9b2a7345c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=56083e9b320c96f45a8a8756b2e7a0e9b2a7345c

Author: Roman I Khimov <khimov at altell.ru>
Date:   Mon Apr  5 23:28:15 2010 +0400

gd: build with freetype support

Support for freetype in gd is required for some packages and it looks
like it was disabled previosly just because of build failures. Version
2.0.35+2.0.36rc1 builds fine with it, so enable freetype for it.

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/gd/gd_2.0.35+2.0.36rc1.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/gd/gd_2.0.35+2.0.36rc1.bb b/recipes/gd/gd_2.0.35+2.0.36rc1.bb
index efba70e..d1ea7f6 100644
--- a/recipes/gd/gd_2.0.35+2.0.36rc1.bb
+++ b/recipes/gd/gd_2.0.35+2.0.36rc1.bb
@@ -1,8 +1,8 @@
 SECTION = "libs"
 LICENSE = "GD"
 DESCRIPTION = "gd is a library used to create PNG, JPEG, or WBMP images."
-DEPENDS = "libpng jpeg zlib"
-PR = "r2"
+DEPENDS = "freetype libpng jpeg zlib"
+PR = "r3"
 
 SRC_URI = "http://www.libgd.org/releases/gd-2.0.36RC1.tar.gz;name=src"
 SRC_URI[src.md5sum] = "39ac48e6d5e0012a3bd2248a0102f209"
@@ -15,7 +15,7 @@ inherit autotools binconfig gettext
 EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \
                   --with-png=${STAGING_LIBDIR}/.. \
                   --with-jpeg=${STAGING_LIBDIR}/.. \
-                  --without-freetype \
+                  --with-freetype \
                   --without-fontconfig \
                   --without-xpm \
                   --without-x"





More information about the Openembedded-commits mailing list