summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb b/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb
index 69d62efa16..073622a723 100644
--- a/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb
+++ b/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb
@@ -50,6 +50,14 @@ do_configure() {
50 autotools_do_configure 50 autotools_do_configure
51} 51}
52 52
53do_compile() {
54 cd ${S}/goffice-bits2
55 make goffice-paths.h
56 make libgoffice.la
57 cd ${S}
58 oe_runmake
59}
60
53PACKAGES += " ${PN}-clipart ${PN}-strings ${PN}-systemprofiles ${PN}-templates " 61PACKAGES += " ${PN}-clipart ${PN}-strings ${PN}-systemprofiles ${PN}-templates "
54 62
55FILES_${PN} += " \ 63FILES_${PN} += " \