diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-19 00:11:57 +0100 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-23 19:43:22 +0100 |
commit | 1986ae8b1600ba591f56bfc58b6f81254207e232 (patch) | |
tree | 5a927ff7f8cc073cb69552f4ad682b66516596bc /recipes/abiword | |
parent | 226acbc4e96be3543596d4a712d2acfb3148b8f5 (diff) |
abiword: build the mathview plugin
Without the gtkmathview dependency the abiword mathview plugin is not
built,which prevent the edition of the math formulas(mathml or latex
formulation)
I also had issues displaying the formulas on my eeepc 701
(machine support will be commited soon) without the plugin:
*The 3 top formulas of my document had a black rectangle on a part of
them
*the part after the black rectangle was truncated and mixed
Installing the plugin fixed both issues,but I noticied an issue
with the latex notation where a \cdot was transformed in a C with
a vertical bar in it(like the $)
Diffstat (limited to 'recipes/abiword')
-rw-r--r-- | recipes/abiword/abiword_2.8.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/abiword/abiword_2.8.1.bb b/recipes/abiword/abiword_2.8.1.bb index 34a03479c8..5547e9ce56 100644 --- a/recipes/abiword/abiword_2.8.1.bb +++ b/recipes/abiword/abiword_2.8.1.bb @@ -1,6 +1,6 @@ require abiword-2.5.inc -PR = "r3" +PR = "r4" SRC_URI = "http://www.abisource.com/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \ file://autogen-common.sh \ @@ -17,7 +17,7 @@ EXTRA_OECONF = " --disable-static \ --enable-collab-backend-service \ --with-libwmf-config=${STAGING_DIR} \ " -DEPENDS += " libwmf-native " +DEPENDS += " libwmf-native gtkmathview " RCONFLICTS = "abiword-embedded" FILES_${PN} += "${libdir}/libabiword-*.so ${datadir}/mime-info ${datadir}/abiword-${SHRT_VER}/certs ${datadir}/abiword-${SHRT_VER}/ui ${datadir}/abiword-${SHRT_VER}/xsl* ${datadir}/abiword-${SHRT_VER}/mime-info ${datadir}/abiword-${SHRT_VER}/Pr*.xml" |