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>
This commit is contained in:
Martin Jansa
2014-04-20 15:59:04 +02:00
parent f55ae4fac4
commit c51deaaa36
+1 -1
View File
@@ -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"