diff options
-rw-r--r-- | meta-oe/recipes-support/gd/gd_2.1.0.bb | 2 |
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 | |||
22 | 22 | ||
23 | EXTRA_OECONF += " --disable-rpath \ | 23 | EXTRA_OECONF += " --disable-rpath \ |
24 | --with-jpeg=${STAGING_LIBDIR}/.. \ | 24 | --with-jpeg=${STAGING_LIBDIR}/.. \ |
25 | --with-freetype=${STAGING_LIBDIR}/.. \ | 25 | --with-freetype=yes \ |
26 | --without-fontconfig \ | 26 | --without-fontconfig \ |
27 | --without-xpm \ | 27 | --without-xpm \ |
28 | --without-x" | 28 | --without-x" |