aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gd
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 15:59:04 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-21 13:31:47 +0200
commitc51deaaa366bebac0d69efe01a762fb3771fae3f (patch)
treec59cc8543fc98fc888c383d3ee9489a9dbb66d64 /meta-oe/recipes-support/gd
parentf55ae4fac4c3202212e762cefcf4289667b55bac (diff)
downloadmeta-openembedded-contrib-c51deaaa366bebac0d69efe01a762fb3771fae3f.tar.gz
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@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/gd')
-rw-r--r--meta-oe/recipes-support/gd/gd_2.1.0.bb2
1 files changed, 1 insertions, 1 deletions
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"