From c51deaaa366bebac0d69efe01a762fb3771fae3f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 20 Apr 2014 15:59:04 +0200 Subject: 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 --- meta-oe/recipes-support/gd/gd_2.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') 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 3d4a23d65f..552ff90e3f 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" -- cgit 1.2.3-korg