Removed stale confgure option, added staging path to freetype option, and added --disable-rpath (hardcoded rpaths being bad juju).
Signed-off-by: Stephen Arnold <[email protected]> --- meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb b/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb index 957c4eb..5fb5857 100644 --- a/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb +++ b/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb @@ -15,10 +15,10 @@ S = "${WORKDIR}/gd-2.0.36RC1" inherit autotools binconfig gettext -EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \ +EXTRA_OECONF += " --disable-rpath \ --with-png=${STAGING_LIBDIR}/.. \ --with-jpeg=${STAGING_LIBDIR}/.. \ - --with-freetype \ + --with-freetype=${STAGING_LIBDIR}/.. \ --without-fontconfig \ --without-xpm \ --without-x" -- 1.9.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
