summaryrefslogtreecommitdiff
path: root/packages/neuros-public/neuros-nwm_git.bb
diff options
context:
space:
mode:
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"