imagemagick: fix typo, and remove xml and perl support in openprotium
authorAndrew Wilcox <andy@protium.com>
Wed, 27 Dec 2006 23:18:42 +0000 (23:18 +0000)
committerAndrew Wilcox <andy@protium.com>
Wed, 27 Dec 2006 23:18:42 +0000 (23:18 +0000)
packages/imagemagick/imagemagick_6.2.9.bb

index cac1632..33748a0 100644 (file)
@@ -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.*"