From: Kirtika Ruchandani Date: Sun, 28 Jun 2009 09:41:40 +0000 (+0530) Subject: Make it bitbake-able without the -b switch by correcting DEPENDS variables X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=4c9071cc02f237b4d8f8866485807f788794a4ae;p=oespirit1 Make it bitbake-able without the -b switch by correcting DEPENDS variables --- diff --git a/maemopad_2.4.bb b/maemopad_2.4.bb index 046414a..b01891c 100644 --- a/maemopad_2.4.bb +++ b/maemopad_2.4.bb @@ -5,7 +5,7 @@ DESCRIPTION = "Text editor application for editing plain-text documents." HOMEPAGE = "http://maemo.org" LICENSE = "unknown" SECTION = "apps" -DEPENDS = "libhildon1 gtk-2.0 osso-gnome-vfs2 glib-2.0 dbus-glib libosso conbtdialogs libhildonhelp libhildonfm2 osso-af-settings" +DEPENDS = "libhildon gtk+ osso-gnome-vfs2 glib-2.0 dbus-glib libosso libconbtui libhildonhelp libhildonfm osso-af-settings" # This is imp. Only r3 (rev. in pre-alpha repo) works. Later ones dont build PR = "r3"