summaryrefslogtreecommitdiff
path: root/packages/imagemagick
diff options
context:
space:
mode:
authorAndrew Wilcox <andy@protium.com>2006-12-27 23:18:42 +0000
committerAndrew Wilcox <andy@protium.com>2006-12-27 23:18:42 +0000
commit4f0826377af6197e01ef84702a6b90df7f7e7105 (patch)
tree60af49373fd211ade763d1b87a671c7a4d238845 /packages/imagemagick
parent9495c1d41d6447f944798f9d88a85bd42a5b4a54 (diff)
imagemagick: fix typo, and remove xml and perl support in openprotium
Diffstat (limited to 'packages/imagemagick')
-rw-r--r--packages/imagemagick/imagemagick_6.2.9.bb3
1 files changed, 2 insertions, 1 deletions
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.*"