diff options
| -rw-r--r-- | meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb b/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb index 122e130af5..15824bb61e 100644 --- a/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb +++ b/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb | |||
| @@ -17,6 +17,12 @@ do_configure_append() { | |||
| 17 | cd po ; for PO in *.po ; do MO=`echo $PO | sed s/\\.po//`.gmo ; if ! test -f $MO ; then msgfmt $PO -o $MO ; fi ; done | 17 | cd po ; for PO in *.po ; do MO=`echo $PO | sed s/\\.po//`.gmo ; if ! test -f $MO ; then msgfmt $PO -o $MO ; fi ; done |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | PACKAGECONFIG ??= "startup-notification dbus" | ||
| 21 | PACKAGECONFIG[enchant] = "--enable-enchant,--disable-enchant,enchant" | ||
| 22 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | ||
| 23 | PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus dbus-glib" | ||
| 24 | PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap,openldap" | ||
| 25 | |||
| 20 | # FIXME: maemo builds may want --enable-maemo | 26 | # FIXME: maemo builds may want --enable-maemo |
| 21 | # FIXME: some platforms may want --enable-generic-umpc | 27 | # FIXME: some platforms may want --enable-generic-umpc |
| 22 | EXTRA_OECONF = " \ | 28 | EXTRA_OECONF = " \ |
