summaryrefslogtreecommitdiff
path: root/packages/neuros-public/neuros-nwm_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-08-04 11:54:01 +0000
committerKoen Kooi <koen@openembedded.org>2008-08-04 11:54:01 +0000
commit675d88d3f21c5e53e64c1474726510d31740ce27 (patch)
tree417fcaa86096e564ae99441b570d09d2ad015e0b /packages/neuros-public/neuros-nwm_git.bb
parent875d681ebca8333ed9c133e73689afc8862b2abd (diff)
neuros public: update nwm, mainmenu and lib-widgets, add skeleton for photoalbum, vplayer and lib-gui
Diffstat (limited to 'packages/neuros-public/neuros-nwm_git.bb')
-rw-r--r--packages/neuros-public/neuros-nwm_git.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/neuros-public/neuros-nwm_git.bb b/packages/neuros-public/neuros-nwm_git.bb
index 6dbbd4cabd..0f0dcf857d 100644
--- a/packages/neuros-public/neuros-nwm_git.bb
+++ b/packages/neuros-public/neuros-nwm_git.bb
@@ -2,13 +2,13 @@ DESCRIPTION = "Neuros window manager"
LICENSE = "GPL"
PV = "0.0+${PR}+gitr${SRCREV}"
-PR = "r2"
+PR = "r4"
DEPENDS = "qt-embedded"
inherit qtopia4core
-SRCREV = "d0b6789dde38d321d3c90c04512a4ea43e28e79e"
+SRCREV = "e6c30ba6e5be217ca4bf7e98e00f87bb7241872c"
SRC_URI = "git://git.neurostechnology.com/git/app-nwm;protocol=git"
S = "${WORKDIR}/git/"
@@ -19,4 +19,8 @@ do_configure_prepend() {
do_install() {
install -d ${D}/${bindir}
install -m 0755 ${S}/build/nwm ${D}/${bindir}
+ install -d ${D}/${libdir}
+ ln -sf ${datadir}/fonts ${D}/${libdir}/fonts
}
+
+FILES_${PN} += "${libdir}/fonts"