diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-07-13 13:57:42 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-07-13 13:57:42 +0000 |
commit | 3a126b0293a7b55b75cbd86da18bb642cd2e116f (patch) | |
tree | 23ef6637d3d0cbd481bd51f9f8f6821715707a72 /packages/abiword | |
parent | 7e9a99a2160aa41e90938d26769edfe62814bbce (diff) |
abiword-plugins_2.4.6.bb : fix #2648
Diffstat (limited to 'packages/abiword')
-rw-r--r-- | packages/abiword/abiword-plugins_2.4.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/abiword/abiword-plugins_2.4.6.bb b/packages/abiword/abiword-plugins_2.4.6.bb index 21ac8ea909..84de68c1a0 100644 --- a/packages/abiword/abiword-plugins_2.4.6.bb +++ b/packages/abiword/abiword-plugins_2.4.6.bb @@ -13,7 +13,7 @@ inherit autotools PARALLEL_MAKE="" -EXTRA_OECONF = "--without-libwmf" +EXTRA_OECONF = "--without-libwmf --without-inter7eps" PACKAGES_DYNAMIC = "abiword-plugin-*" |