diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-14 10:16:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-14 10:16:34 +0000 |
commit | 1ba01d1aadecd5f519aab875869af190092a99d1 (patch) | |
tree | dfc5a4f95530a2e32f977f4c802836e53014bac8 /packages/abiword | |
parent | 37e3abb497756deb88c52d74625df12bde56b120 (diff) |
abiword-plugins: enable mathml plugin
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 89f50d0495..085a0f506b 100644 --- a/packages/abiword/abiword-plugins_2.4.4.bb +++ b/packages/abiword/abiword-plugins_2.4.4.bb @@ -3,7 +3,7 @@ HOMEPAGE="http://www.abiword.org"" MAINTAINER="Koen Kooi <koen@dominion.kabel.utwente.nl>" LICENSE="GPLv2" -DEPENDS = "abiword libwpd librsvg goffice poppler" +DEPENDS = "abiword libwpd gtkmathview librsvg goffice poppler" PR="r0" SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz" |