From: Andrew Wilcox Date: Wed, 27 Dec 2006 23:18:42 +0000 (+0000) Subject: imagemagick: fix typo, and remove xml and perl support in openprotium X-Git-Tag: Release-2010-05/1~9453^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f0826377af6197e01ef84702a6b90df7f7e7105;p=openembedded.git imagemagick: fix typo, and remove xml and perl support in openprotium --- diff --git a/packages/imagemagick/imagemagick_6.2.9.bb b/packages/imagemagick/imagemagick_6.2.9.bb index cac16329c4..33748a005e 100644 --- a/packages/imagemagick/imagemagick_6.2.9.bb +++ b/packages/imagemagick/imagemagick_6.2.9.bb @@ -10,7 +10,8 @@ S = "${WORKDIR}/ImageMagick-${PV}" inherit autotools -EXTRA_OECONF="-without-x " +EXTRA_OECONF="--without-x" +EXTRA_OECONF_openprotium="--without-x --without-xml --without-perl" LEAD_SONAME="libMagick.so.*"