diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-10 10:47:25 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-10 10:47:25 +0000 |
commit | 700f76644af7b7b40fd1d076613227ac64bdf61b (patch) | |
tree | 1df4ac9ab712ef04785c973d06050a6ad0d3d4e3 /packages/tinymail | |
parent | 6466151a694d12c6bc1011244cbeb78fb903aecd (diff) |
tinymail: catch up with latest svn, still doesn't compile
Diffstat (limited to 'packages/tinymail')
-rw-r--r-- | packages/tinymail/tinymail_svn.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/tinymail/tinymail_svn.bb b/packages/tinymail/tinymail_svn.bb index be12b8ae66..fef250dfd7 100644 --- a/packages/tinymail/tinymail_svn.bb +++ b/packages/tinymail/tinymail_svn.bb @@ -1,6 +1,6 @@ SECTION = "x11/utils" -DEPENDS = "gtk+ glib-2.0 gnome-vfs-dbus libgnomeui eds-dbus" -DESCRIPTION = "TinyMail is an attempt to create an E-mail client for mobile devices" +DEPENDS = "gtk+ glib-2.0 gnome-vfs-dbus libgnomeui eds-dbus libiconv" +DESCRIPTION = "TinyMail is an attempt to create an E-mail framework for mobile devices" LICENSE = "GPL" PV = "0.0+svn${SRCDATE}" @@ -21,3 +21,7 @@ do_configure_prepend() { install ${WORKDIR}/gtk-doc.make ./ } +PARALLEL_MAKE = "" +LDFLAGS += "-liconv" + + |