[oe-commits] Martin Jansa : gd: fix --with-freetype option

git at git.openembedded.org git at git.openembedded.org
Sun Apr 20 14:12:50 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 2dce81be3da79ea95f9cc8e6422aa785403348b9
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2dce81be3da79ea95f9cc8e6422aa785403348b9

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Apr 20 15:59:04 2014 +0200

gd: fix --with-freetype option

* 'yes' value means using pkg-config to find freetype, other values are using
  FREETYPE_CONFIG=/bin/freetype-config and freetype-config isn't
  in STAGING_LIBDIR but in STAGING_BINDIR/crossscripts/freetype-config

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/gd/gd_2.1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 3d4a23d..552ff90 100644
--- a/meta-oe/recipes-support/gd/gd_2.1.0.bb
+++ b/meta-oe/recipes-support/gd/gd_2.1.0.bb
@@ -22,7 +22,7 @@ inherit autotools binconfig gettext
 
 EXTRA_OECONF += " --disable-rpath \
                   --with-jpeg=${STAGING_LIBDIR}/.. \
-                  --with-freetype=${STAGING_LIBDIR}/.. \
+                  --with-freetype=yes \
                   --without-fontconfig \
                   --without-xpm \
                   --without-x"



More information about the Openembedded-commits mailing list