mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
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:
@@ -22,7 +22,7 @@ inherit autotools binconfig gettext
|
|||||||
|
|
||||||
EXTRA_OECONF += " --disable-rpath \
|
EXTRA_OECONF += " --disable-rpath \
|
||||||
--with-jpeg=${STAGING_LIBDIR}/.. \
|
--with-jpeg=${STAGING_LIBDIR}/.. \
|
||||||
--with-freetype=${STAGING_LIBDIR}/.. \
|
--with-freetype=yes \
|
||||||
--without-fontconfig \
|
--without-fontconfig \
|
||||||
--without-xpm \
|
--without-xpm \
|
||||||
--without-x"
|
--without-x"
|
||||||
|
|||||||
Reference in New Issue
Block a user