diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb | 8 |
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 | ||
| 53 | do_compile() { | ||
| 54 | cd ${S}/goffice-bits2 | ||
| 55 | make goffice-paths.h | ||
| 56 | make libgoffice.la | ||
| 57 | cd ${S} | ||
| 58 | oe_runmake | ||
| 59 | } | ||
| 60 | |||
| 53 | PACKAGES += " ${PN}-clipart ${PN}-strings ${PN}-systemprofiles ${PN}-templates " | 61 | PACKAGES += " ${PN}-clipart ${PN}-strings ${PN}-systemprofiles ${PN}-templates " |
| 54 | 62 | ||
| 55 | FILES_${PN} += " \ | 63 | FILES_${PN} += " \ |
