neuros-mainmenu: have nwm start it up
authorKoen Kooi <koen@openembedded.org>
Wed, 6 Aug 2008 17:37:37 +0000 (17:37 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 6 Aug 2008 17:37:37 +0000 (17:37 +0000)
packages/neuros-public/neuros-mainmenu_git.bb

index c16cbeb..8c3b3d2 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Neuros window manager"
 LICENSE = "GPL"
 
 PV = "0.0+${PR}+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 DEPENDS = "qt-embedded"
 
@@ -18,6 +18,9 @@ do_install() {
 
        install -d ${D}/${sysconfdir}/menu
        install -m 0644 ${S}/resources/menu/* ${D}/${sysconfdir}/menu
+
+       install -d ${D}/${sysconfdir}/nwm
+       echo "${bindir}/mainmenu" > ${D}/${sysconfdir}/nwm/startup
 }