diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-04-18 11:03:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-18 11:03:32 +0000 |
commit | 058be8f0fb3f6b7d051ba17cc7aa71570dfe21eb (patch) | |
tree | 1ae66bbb0b9c3f5b4ea68b86e43e2baaa009ba37 /packages/abiword | |
parent | be7b0f40fb3d205e9b1ee06c3d209d4de26e5534 (diff) |
abiword-plugins_2.4.4.bb : prevent from picking up hosts libwmf
Diffstat (limited to 'packages/abiword')
-rw-r--r-- | packages/abiword/abiword-plugins_2.4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/abiword/abiword-plugins_2.4.4.bb b/packages/abiword/abiword-plugins_2.4.4.bb index 9d6940ec30..612e81f80f 100644 --- a/packages/abiword/abiword-plugins_2.4.4.bb +++ b/packages/abiword/abiword-plugins_2.4.4.bb @@ -14,7 +14,7 @@ inherit autotools PARALLEL_MAKE="" -EXTRA_OECONF = "" +EXTRA_OECONF = "--without-libwmf" PACKAGES_DYNAMIC = "abiword-plugin-*" |