task-pandora-xfce: TEST: Added lxde to see if it would work well
authorMichael Mrozek <EvilDragon@openpandora.de>
Wed, 9 Feb 2011 23:08:10 +0000 (00:08 +0100)
committerMichael Mrozek <EvilDragon@openpandora.de>
Wed, 9 Feb 2011 23:08:10 +0000 (00:08 +0100)
recipes/tasks/task-pandora-xfce.bb

index dbdbe93..79914cb 100755 (executable)
@@ -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 \