From: Michael Mrozek Date: Wed, 9 Feb 2011 23:08:10 +0000 (+0100) Subject: task-pandora-xfce: TEST: Added lxde to see if it would work well X-Git-Tag: sz_beta3~178 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=d57bc87a0fe8e05c1015d3904dd6c2ad371be0f0 task-pandora-xfce: TEST: Added lxde to see if it would work well --- diff --git a/recipes/tasks/task-pandora-xfce.bb b/recipes/tasks/task-pandora-xfce.bb index dbdbe93..79914cb 100755 --- a/recipes/tasks/task-pandora-xfce.bb +++ b/recipes/tasks/task-pandora-xfce.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Task file for the XFCE Pandora image" # Don't forget to bump the PR if you change it. -PR = "r42" +PR = "r43" inherit task @@ -252,6 +252,16 @@ ADD_LIBS = " \ " +LXDE = " \ + pcmanfm \ + lxpanel \ + lxsession-lite \ + lxde-common \ + openbox \ + leafpad \ + gpicview \ +" + RDEPENDS_${PN} = " \ task-pandora-core \ angstrom-x11-base-depends \ @@ -278,6 +288,7 @@ RDEPENDS_${PN} = " \ ${XFCE46_EXTRAS} \ ${XFCE_THEMES} \ ${ADD_LIBS} \ + ${LXDE} \ \ rxvt-unicode \ # xst \